diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-04-11 09:56:46 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-14 10:22:39 +0800 |
commit | 4b2b404309f90e1ba12b0b187ca2490be19a22a6 (patch) | |
tree | 2d1ff564756c128f63d369e539f3a9d211a56cda /arch/arm/boot/dts/imx27-apf27.dts | |
parent | 308965f94d00b670ca3a0f799839a68412da34d9 (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.dts | 1 |
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>; }; }; |