From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH] i2c: at91: document clock properties Date: Thu, 19 Dec 2013 16:50:12 +0100 Message-ID: <52B315B4.6000906@atmel.com> References: <1387295644-7382-1-git-send-email-b.brezillon@overkiz.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1387295644-7382-1-git-send-email-b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Boris BREZILLON , Ludovic Desroches , Wolfram Sang Wolfram Sang Cc: Rob Landley , Arnd Bergmann , Greg Kroah-Hartman , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org On 17/12/2013 16:54, Boris BREZILLON : > Document the clock properties required by the at91 i2c bus driver. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bindings/i2c/i2c-at91.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt > index b689a0d..4fade84 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt > @@ -9,6 +9,7 @@ Required properties : > - interrupts: interrupt number to the cpu. > - #address-cells = <1>; > - #size-cells = <0>; > +- clocks: phandles to input clocks. > > Optional properties: > - Child nodes conforming to i2c bus binding > @@ -21,6 +22,7 @@ i2c0: i2c@fff84000 { > interrupts = <12 4 6>; > #address-cells = <1>; > #size-cells = <0>; > + clocks = <&twi0_clk>; > > 24c512@50 { > compatible = "24c512"; > -- Nicolas Ferre