aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2015-05-08 01:35:53 +0800
committerShawn Guo <shawn.guo@linaro.org>2015-06-03 15:03:59 +0800
commitef69728f2fe52ec5786c28b1b4fa68689942ad19 (patch)
treea4a12061c20f28857b75aae50d239abc0617df6e /Documentation/devicetree/bindings/clock
parentARM: dts: imx6qdl: Add power-domain phandle to CODA device node (diff)
downloadlinux-dev-ef69728f2fe52ec5786c28b1b4fa68689942ad19.tar.xz
linux-dev-ef69728f2fe52ec5786c28b1b4fa68689942ad19.zip
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')
-rw-r--r--Documentation/devicetree/bindings/clock/imx7d-clock.txt13
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.