summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx27-apf27.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-04-11 09:56:46 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-04-14 10:22:39 +0800
commit4b2b404309f90e1ba12b0b187ca2490be19a22a6 (patch)
tree2d1ff564756c128f63d369e539f3a9d211a56cda /arch/arm/boot/dts/imx27-apf27.dts
parent308965f94d00b670ca3a0f799839a68412da34d9 (diff)
ARM: dts: imx: add required #clock-cells for fixed-clock
Per bindings of fixed-clock, #clock-cells is a required property. Let's add it for those fixed rate clocks. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx27-apf27.dts')
-rw-r--r--arch/arm/boot/dts/imx27-apf27.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
index 09f57b39e3ef..73aae4f5e539 100644
--- a/arch/arm/boot/dts/imx27-apf27.dts
+++ b/arch/arm/boot/dts/imx27-apf27.dts
@@ -29,6 +29,7 @@
osc26m {
compatible = "fsl,imx-osc26m", "fixed-clock";
+ #clock-cells = <0>;
clock-frequency = <0>;
};
};