Message ID | 20200925135257.21138-2-jiada_wang@mentor.com |
---|---|
State | Superseded |
Headers | show |
Series | implement I2C retries for mXT1368 | expand |
25.09.2020 16:52, Jiada Wang пишет: > Document the mXT1386 compatible string. > > Signed-off-by: Jiada Wang <jiada_wang@mentor.com> > --- > Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > index c88919480d37..c13fc0f3f00b 100644 > --- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > +++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > @@ -3,6 +3,7 @@ Atmel maXTouch touchscreen/touchpad > Required properties: > - compatible: > atmel,maxtouch > + atmel,mXT1386 > > The following compatibles have been used in various products but are > deprecated: > Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
On Fri, Sep 25, 2020 at 10:52:55PM +0900, Jiada Wang wrote: > Document the mXT1386 compatible string. > > Signed-off-by: Jiada Wang <jiada_wang@mentor.com> > --- > Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > index c88919480d37..c13fc0f3f00b 100644 > --- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > +++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt > @@ -3,6 +3,7 @@ Atmel maXTouch touchscreen/touchpad > Required properties: > - compatible: > atmel,maxtouch > + atmel,mXT1386 Compatible strings are preferred to be all lowercase. Thierry
Hi Thierry Thanks for your comment On 2020/09/28 15:59, Thierry Reding wrote: > On Fri, Sep 25, 2020 at 10:52:55PM +0900, Jiada Wang wrote: >> Document the mXT1386 compatible string. >> >> Signed-off-by: Jiada Wang <jiada_wang@mentor.com> >> --- >> Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt >> index c88919480d37..c13fc0f3f00b 100644 >> --- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt >> +++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt >> @@ -3,6 +3,7 @@ Atmel maXTouch touchscreen/touchpad >> Required properties: >> - compatible: >> atmel,maxtouch >> + atmel,mXT1386 > > Compatible strings are preferred to be all lowercase. I will update to use lowercase Thanks, Jiada > > Thierry >
diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt index c88919480d37..c13fc0f3f00b 100644 --- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt +++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt @@ -3,6 +3,7 @@ Atmel maXTouch touchscreen/touchpad Required properties: - compatible: atmel,maxtouch + atmel,mXT1386 The following compatibles have been used in various products but are deprecated:
Document the mXT1386 compatible string. Signed-off-by: Jiada Wang <jiada_wang@mentor.com> --- Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 1 + 1 file changed, 1 insertion(+)