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>
This commit is contained in:
Shawn Guo
2014-04-11 09:56:46 +08:00
parent 308965f94d
commit 4b2b404309
10 changed files with 24 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
osc26m {
compatible = "fsl,imx-osc26m", "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
};
};