[PATCH] clk: imx25: Fix the examples

Fabio Estevam festevam at gmail.com
Thu Nov 29 02:50:57 EST 2012


From: Fabio Estevam <fabio.estevam at freescale.com>

Fix the examples so that they are consistent with the dtsi file.

Signed-off-by: Fabio Estevam <fabio.estevam at 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 at 53f80000 {
 	compatible = "fsl,imx25-ccm";
 	reg = <0x53f80000 0x4000>;
 	interrupts = <31>;
+	#clock-cells = <1>;
 };
 
 uart1: serial at 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



More information about the devicetree-discuss mailing list