diff options
author | Frank Li <Frank.Li@freescale.com> | 2015-05-07 20:35:53 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 10:03:59 +0300 |
commit | ef69728f2fe52ec5786c28b1b4fa68689942ad19 (patch) | |
tree | a4a12061c20f28857b75aae50d239abc0617df6e /Documentation/devicetree/bindings/clock/imx7d-clock.txt | |
parent | 29eea64c1b8122f6c2f64401cd57bee042052dba (diff) | |
download | linux-ef69728f2fe52ec5786c28b1b4fa68689942ad19.tar.xz |
Document: dt: binding: imx: update document for imx7d support
This part just add necessary change to boot imx7d.
Update clock, pinctrl and gpt for imx7d
Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx7d-clock.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx7d-clock.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx7d-clock.txt b/Documentation/devicetree/bindings/clock/imx7d-clock.txt new file mode 100644 index 000000000000..9d3026d81a68 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/imx7d-clock.txt @@ -0,0 +1,13 @@ +* Clock bindings for Freescale i.MX7 Dual + +Required properties: +- compatible: Should be "fsl,imx7d-ccm" +- reg: Address and length of the register set +- #clock-cells: Should be <1> +- clocks: list of clock specifiers, must contain an entry for each required + entry in clock-names +- clock-names: should include entries "ckil", "osc" + +The clock consumer should specify the desired clock by having the clock +ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx7d-clock.h +for the full list of i.MX7 Dual clock IDs. |