Re: [PATCH v2] dt-bindings: input: ti-tsc-adc: Add new compatible for AM654 SoCs

2019-02-11 Thread Dmitry Torokhov
Hi Vignesh, On Mon, Feb 11, 2019 at 11:10:59AM +0530, Vignesh R wrote: > Hi Dmitry, > > On 08/01/19 10:56 AM, Vignesh R wrote: > > AM654 SoCs has ADC IP which is similar to AM335x, but without the > > touchscreen part. Add new compatible to handle AM654 SoCs. Also, it > > seems that existing comp

Re: [PATCH v2] dt-bindings: input: ti-tsc-adc: Add new compatible for AM654 SoCs

2019-02-10 Thread Vignesh R
Hi Dmitry, On 08/01/19 10:56 AM, Vignesh R wrote: > AM654 SoCs has ADC IP which is similar to AM335x, but without the > touchscreen part. Add new compatible to handle AM654 SoCs. Also, it > seems that existing compatible strings used in the kernel DTs were never > documented. So, document them now

[PATCH v2] dt-bindings: input: ti-tsc-adc: Add new compatible for AM654 SoCs

2019-01-07 Thread Vignesh R
AM654 SoCs has ADC IP which is similar to AM335x, but without the touchscreen part. Add new compatible to handle AM654 SoCs. Also, it seems that existing compatible strings used in the kernel DTs were never documented. So, document them now. Signed-off-by: Vignesh R Reviewed-by: Rob Herring ---