From: Fabio Estevam <fabio.este...@freescale.com> Fix the examples so that they are consistent with the dtsi file.
Signed-off-by: Fabio Estevam <fabio.este...@freescale.com> --- .../devicetree/bindings/clock/imx25-clock.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/imx25-clock.txt b/Documentation/devicetree/bindings/clock/imx25-clock.txt index db4f2f0..d3ae542 100644 --- a/Documentation/devicetree/bindings/clock/imx25-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx25-clock.txt @@ -146,13 +146,14 @@ clks: ccm@53f80000 { compatible = "fsl,imx25-ccm"; reg = <0x53f80000 0x4000>; interrupts = <31>; + #clock-cells = <1>; }; uart1: serial@43f90000 { compatible = "fsl,imx25-uart", "fsl,imx21-uart"; reg = <0x43f90000 0x4000>; interrupts = <45>; - clocks = <&clks 79>, <&clks 50>; + clocks = <&clks 120>, <&clks 57>; clock-names = "ipg", "per"; status = "disabled"; }; -- 1.7.9.5 _______________________________________________ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss