Re: [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-07 Thread Jonathan Cameron
On 05/03/15 07:12, Markus Pargmann wrote: > Hi, > > On Tue, Mar 03, 2015 at 10:02:12AM +0100, Arnd Bergmann wrote: >> On Tuesday 03 March 2015 08:58:11 Markus Pargmann wrote: >>> +Example: >>> + tscadc: tscadc@5003 { >>> + compatible = "fsl,imx25-tsadc"; >>> +

Re: [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-07 Thread Jonathan Cameron
On 03/03/15 07:58, Markus Pargmann wrote: > This documentation describes the devicetree bindings for the > ADC/Touchscreen unit of the i.MX25 SoC. > > Signed-off-by: Markus Pargmann Straight forward and sensible. Acked-by: Jonathan Cameron > --- > > Notes: > Changes in v6: > - Remove

Re: [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-06 Thread Fabio Estevam
On Thu, Mar 5, 2015 at 4:12 AM, Markus Pargmann wrote: > There are no other registers in this range. The tcq and gcq devices can > not be used outside of the tsadc. gcq and tcq are identical units so it > may work to use both of them as gcq for example but nothing else. > > It may work to have th

Re: [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-04 Thread Markus Pargmann
Hi, On Tue, Mar 03, 2015 at 10:02:12AM +0100, Arnd Bergmann wrote: > On Tuesday 03 March 2015 08:58:11 Markus Pargmann wrote: > > +Example: > > + tscadc: tscadc@5003 { > > + compatible = "fsl,imx25-tsadc"; > > + reg = <0x5003 0xc>; > > + inte

Re: [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-03 Thread Arnd Bergmann
On Tuesday 03 March 2015 08:58:11 Markus Pargmann wrote: > +Example: > + tscadc: tscadc@5003 { > + compatible = "fsl,imx25-tsadc"; > + reg = <0x5003 0xc>; > + interrupts = <46>; > + clocks = <&clks 119>; > + clock-n

[PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-03-02 Thread Markus Pargmann
This documentation describes the devicetree bindings for the ADC/Touchscreen unit of the i.MX25 SoC. Signed-off-by: Markus Pargmann --- Notes: Changes in v6: - Removed adc-ref property and replaced it with refp and refn for positive and negative references. The properties are op