From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <52B316A9.1060407@atmel.com> Date: Thu, 19 Dec 2013 16:54:17 +0100 From: Nicolas Ferre MIME-Version: 1.0 To: Boris BREZILLON , Rob Landley , Jonathan Cameron CC: Arnd Bergmann , , , , , Subject: Re: [PATCH] iio: at91: document ADC clock properties References: <1387296973-7779-1-git-send-email-b.brezillon@overkiz.com> In-Reply-To: <1387296973-7779-1-git-send-email-b.brezillon@overkiz.com> Content-Type: text/plain; charset="ISO-8859-1" List-ID: On 17/12/2013 17:16, Boris BREZILLON : > Document the clock properties required by the at91 ADC driver. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre > --- > .../devicetree/bindings/arm/atmel-adc.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-adc.txt b/Documentation/devicetree/bindings/arm/atmel-adc.txt > index d106146..9a1175b 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-adc.txt > +++ b/Documentation/devicetree/bindings/arm/atmel-adc.txt > @@ -5,6 +5,9 @@ Required properties: > can be "at91sam9260", "at91sam9g45" or "at91sam9x5" > - reg: Should contain ADC registers location and length > - interrupts: Should contain the IRQ line for the ADC > + - clock-names: tuple listing input clock names. > + Required elements: "adc_clk", "adc_op_clk". > + - clocks: phandles to input clocks. > - atmel,adc-channels-used: Bitmask of the channels muxed and enable for this > device > - atmel,adc-startup-time: Startup Time of the ADC in microseconds as > @@ -44,6 +47,8 @@ adc0: adc@fffb0000 { > compatible = "atmel,at91sam9260-adc"; > reg = <0xfffb0000 0x100>; > interrupts = <20 4>; > + clocks = <&adc_clk>, <&adc_op_clk>; > + clock-names = "adc_clk", "adc_op_clk"; > atmel,adc-channel-base = <0x30>; > atmel,adc-channels-used = <0xff>; > atmel,adc-drdy-mask = <0x10000>; > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Thu, 19 Dec 2013 16:54:17 +0100 Subject: [PATCH] iio: at91: document ADC clock properties In-Reply-To: <1387296973-7779-1-git-send-email-b.brezillon@overkiz.com> References: <1387296973-7779-1-git-send-email-b.brezillon@overkiz.com> Message-ID: <52B316A9.1060407@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 17/12/2013 17:16, Boris BREZILLON : > Document the clock properties required by the at91 ADC driver. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre > --- > .../devicetree/bindings/arm/atmel-adc.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-adc.txt b/Documentation/devicetree/bindings/arm/atmel-adc.txt > index d106146..9a1175b 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-adc.txt > +++ b/Documentation/devicetree/bindings/arm/atmel-adc.txt > @@ -5,6 +5,9 @@ Required properties: > can be "at91sam9260", "at91sam9g45" or "at91sam9x5" > - reg: Should contain ADC registers location and length > - interrupts: Should contain the IRQ line for the ADC > + - clock-names: tuple listing input clock names. > + Required elements: "adc_clk", "adc_op_clk". > + - clocks: phandles to input clocks. > - atmel,adc-channels-used: Bitmask of the channels muxed and enable for this > device > - atmel,adc-startup-time: Startup Time of the ADC in microseconds as > @@ -44,6 +47,8 @@ adc0: adc at fffb0000 { > compatible = "atmel,at91sam9260-adc"; > reg = <0xfffb0000 0x100>; > interrupts = <20 4>; > + clocks = <&adc_clk>, <&adc_op_clk>; > + clock-names = "adc_clk", "adc_op_clk"; > atmel,adc-channel-base = <0x30>; > atmel,adc-channels-used = <0xff>; > atmel,adc-drdy-mask = <0x10000>; > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH] iio: at91: document ADC clock properties Date: Thu, 19 Dec 2013 16:54:17 +0100 Message-ID: <52B316A9.1060407@atmel.com> References: <1387296973-7779-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: <1387296973-7779-1-git-send-email-b.brezillon@overkiz.com> Sender: linux-kernel-owner@vger.kernel.org To: Boris BREZILLON , Rob Landley , Jonathan Cameron Cc: Arnd Bergmann , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org List-Id: devicetree@vger.kernel.org On 17/12/2013 17:16, Boris BREZILLON : > Document the clock properties required by the at91 ADC driver. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre > --- > .../devicetree/bindings/arm/atmel-adc.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-adc.txt b/Documentation/devicetree/bindings/arm/atmel-adc.txt > index d106146..9a1175b 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-adc.txt > +++ b/Documentation/devicetree/bindings/arm/atmel-adc.txt > @@ -5,6 +5,9 @@ Required properties: > can be "at91sam9260", "at91sam9g45" or "at91sam9x5" > - reg: Should contain ADC registers location and length > - interrupts: Should contain the IRQ line for the ADC > + - clock-names: tuple listing input clock names. > + Required elements: "adc_clk", "adc_op_clk". > + - clocks: phandles to input clocks. > - atmel,adc-channels-used: Bitmask of the channels muxed and enable for this > device > - atmel,adc-startup-time: Startup Time of the ADC in microseconds as > @@ -44,6 +47,8 @@ adc0: adc@fffb0000 { > compatible = "atmel,at91sam9260-adc"; > reg = <0xfffb0000 0x100>; > interrupts = <20 4>; > + clocks = <&adc_clk>, <&adc_op_clk>; > + clock-names = "adc_clk", "adc_op_clk"; > atmel,adc-channel-base = <0x30>; > atmel,adc-channels-used = <0xff>; > atmel,adc-drdy-mask = <0x10000>; > -- Nicolas Ferre