Re: [PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen

2012-11-23 Thread Lee Jones
> >> +++ b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > >> @@ -0,0 +1,43 @@ > >> +STMPE Touchscreen > >> + > >> + > >> +Required properties: > >> + - compatible: "st,stmpe-ts" > > > > You shouldn't be specifying a compatible string in the DT. > > > >> +Example: >

Re: [PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen

2012-11-23 Thread Viresh Kumar
On 23 November 2012 16:16, Lee Jones wrote: >> +++ b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt >> @@ -0,0 +1,43 @@ >> +STMPE Touchscreen >> + >> + >> +Required properties: >> + - compatible: "st,stmpe-ts" > > You shouldn't be specifying a compatible string in th

Re: [PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen

2012-11-23 Thread Lee Jones
> +++ b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > @@ -0,0 +1,43 @@ > +STMPE Touchscreen > + > + > +Required properties: > + - compatible: "st,stmpe-ts" You shouldn't be specifying a compatible string in the DT. > +Example: > + > + stmpe_touchscreen { > +

Re: [PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen

2012-11-22 Thread Dmitry Torokhov
On Fri, Nov 23, 2012 at 11:59:46AM +0530, Viresh Kumar wrote: > From: Vipul Kumar Samar > > This patch allows the STMPE Touchscreen driver to be successfully probed and > initialised when Device Tree support is enabled. Bindings are mentioned in > Documentation too. Applied, thank you Viresh. -

[PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen

2012-11-22 Thread Viresh Kumar
From: Vipul Kumar Samar This patch allows the STMPE Touchscreen driver to be successfully probed and initialised when Device Tree support is enabled. Bindings are mentioned in Documentation too. Signed-off-by: Vipul Kumar Samar Signed-off-by: Viresh Kumar --- .../bindings/input/touchscreen/st