[PATCH] clk: imx25: Fix the examples

Sascha Hauer s.hauer at pengutronix.de
Mon Dec 17 21:22:42 EST 2012


On Wed, Nov 28, 2012 at 01:50:57PM -0200, Fabio Estevam wrote:
> 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>

Applied, thanks

Sascha

> ---
>  .../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
> 
> 

-- 
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 |


More information about the devicetree-discuss mailing list