diff mbox series

[v2,3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

Message ID 20191026090403.3057-3-marcel@ziswiler.com
State Not Applicable, archived
Headers show
Series None | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Marcel Ziswiler Oct. 26, 2019, 9:04 a.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Update example in ad7879 devicetree documentation to use generic touch
controller node names.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v2: New patch.

 .../devicetree/bindings/input/touchscreen/ad7879.txt          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Rob Herring Oct. 30, 2019, 2:04 p.m. UTC | #1
On Sat, 26 Oct 2019 11:04:01 +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Update example in ad7879 devicetree documentation to use generic touch
> controller node names.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> ---
> 
> Changes in v2: New patch.
> 
>  .../devicetree/bindings/input/touchscreen/ad7879.txt          | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Rob Herring Oct. 30, 2019, 2:04 p.m. UTC | #2
On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

There's a typo in the subject.

> 
> Update example in ad7879 devicetree documentation to use generic touch
> controller node names.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> ---
> 
> Changes in v2: New patch.
> 
>  .../devicetree/bindings/input/touchscreen/ad7879.txt          | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
Dmitry Torokhov Oct. 30, 2019, 11:12 p.m. UTC | #3
On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote:
> On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote:
> > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> There's a typo in the subject.

I fixed it up file applying, thank you for noticing.

> 
> > 
> > Update example in ad7879 devicetree documentation to use generic touch
> > controller node names.
> > 
> > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > 
> > ---
> > 
> > Changes in v2: New patch.
> > 
> >  .../devicetree/bindings/input/touchscreen/ad7879.txt          | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
Marcel Ziswiler Nov. 6, 2019, 8:58 a.m. UTC | #4
On Wed, 2019-10-30 at 16:12 -0700, Dmitry Torokhov wrote:
> On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote:
> > On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote:
> > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > 
> > There's a typo in the subject.
> 
> I fixed it up file applying, thank you for noticing.

Where exactly did you apply this? As I still can't find it applied
anywhere. Thanks!

> > > Update example in ad7879 devicetree documentation to use generic
> > > touch
> > > controller node names.
> > > 
> > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > > 
> > > ---
> > > 
> > > Changes in v2: New patch.
> > > 
> > >  .../devicetree/bindings/input/touchscreen/ad7879.txt          |
> > > 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
Dmitry Torokhov Nov. 12, 2019, 12:05 a.m. UTC | #5
On Wed, Nov 06, 2019 at 08:58:25AM +0000, Marcel Ziswiler wrote:
> On Wed, 2019-10-30 at 16:12 -0700, Dmitry Torokhov wrote:
> > On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote:
> > > On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote:
> > > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > > 
> > > There's a typo in the subject.
> > 
> > I fixed it up file applying, thank you for noticing.
> 
> Where exactly did you apply this? As I still can't find it applied
> anywhere. Thanks!

Umm, to my internal queue *blush*

Now applied to 'next' branch and pushed out.

Thanks.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
index cdd743a1f2d5..afa38dc069f0 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
@@ -38,7 +38,7 @@  Optional properties:
 
 Example:
 
-	ad7879@2c {
+	touchscreen0@2c {
 		compatible = "adi,ad7879-1";
 		reg = <0x2c>;
 		interrupt-parent = <&gpio1>;
@@ -52,7 +52,7 @@  Example:
 		adi,conversion-interval = /bits/ 8 <255>;
 	};
 
-	ad7879@1 {
+	touchscreen1@1 {
 		compatible = "adi,ad7879";
 		spi-max-frequency = <5000000>;
 		reg = <1>;