]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: at91: sama5d4ek: use canonical compatible for touchscreen
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 1 May 2018 22:48:33 +0000 (15:48 -0700)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 2 May 2018 07:48:05 +0000 (09:48 +0200)
The canonical compatible string is "atmel,maxtouch", let's use it. Also,
change the node name to be "touchscreen" rather than driver name.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/at91-sama5d4ek.dts

index 7887a7160a54e5b3719b7fc618eb55844b1308b0..0702a2f2b336c1a2a7ecf7d5ed28e6b96eccd527 100644 (file)
@@ -129,8 +129,8 @@ qt1070:keyboard@1b {
                                        wakeup-source;
                                };
 
-                               atmel_mxt_ts@4c {
-                                       compatible = "atmel,atmel_mxt_ts";
+                               touchscreen@4c {
+                                       compatible = "atmel,maxtouch";
                                        reg = <0x4c>;
                                        interrupt-parent = <&pioE>;
                                        interrupts = <24 0x0>;