Re: [PATCH] clk: imx25: Fix the examples
From: Sascha Hauer <hidden>
Date: 2012-12-17 10:22:42
On Wed, Nov 28, 2012 at 01:50:57PM -0200, Fabio Estevam wrote:
From: Fabio Estevam <redacted> Fix the examples so that they are consistent with the dtsi file. Signed-off-by: Fabio Estevam <redacted>
Applied, thanks Sascha
quoted hunk
--- .../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
-- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |