2019-10-26 09:10:40

by Marcel Ziswiler

[permalink] [raw]
Subject: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

From: Marcel Ziswiler <[email protected]>

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

Signed-off-by: Marcel Ziswiler <[email protected]>

---

Changes in v2: New patch.

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

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>;
--
2.21.0


2019-10-30 14:06:58

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

On Sat, 26 Oct 2019 11:04:01 +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <[email protected]>
>
> Update example in ad7879 devicetree documentation to use generic touch
> controller node names.
>
> Signed-off-by: Marcel Ziswiler <[email protected]>
>
> ---
>
> Changes in v2: New patch.
>
> .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Acked-by: Rob Herring <[email protected]>

2019-10-30 14:07:11

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <[email protected]>

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 <[email protected]>
>
> ---
>
> Changes in v2: New patch.
>
> .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

2019-10-31 01:00:57

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

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 <[email protected]>
>
> 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 <[email protected]>
> >
> > ---
> >
> > Changes in v2: New patch.
> >
> > .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)

--
Dmitry

2019-11-06 09:01:42

by Marcel Ziswiler

[permalink] [raw]
Subject: Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

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 <[email protected]>
> >
> > 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 <[email protected]>
> > >
> > > ---
> > >
> > > Changes in v2: New patch.
> > >
> > > .../devicetree/bindings/input/touchscreen/ad7879.txt |
> > > 4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)

2019-11-12 00:08:05

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example

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 <[email protected]>
> > >
> > > 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.

--
Dmitry