From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Hauer Subject: Re: [PATCH] clk: imx25: Fix the examples Date: Mon, 17 Dec 2012 11:22:42 +0100 Message-ID: <20121217102242.GK26326@pengutronix.de> References: <1354117857-25210-1-git-send-email-festevam@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1354117857-25210-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Fabio Estevam Cc: Fabio Estevam , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Nov 28, 2012 at 01:50:57PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Fix the examples so that they are consistent with the dtsi file. > > Signed-off-by: Fabio Estevam 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@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 |