summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-sama5d4ek.dts
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2018-05-01 15:48:33 -0700
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-05-02 09:48:05 +0200
commit52c3ad0955f23901d19cee7df38023488baedad4 (patch)
tree078ea83c97fa8b9fbb4a064b8d6b48d46ee835c8 /arch/arm/boot/dts/at91-sama5d4ek.dts
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
ARM: dts: at91: sama5d4ek: use canonical compatible for touchscreen
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>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4ek.dts')
-rw-r--r--arch/arm/boot/dts/at91-sama5d4ek.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts
index 7887a7160a54..0702a2f2b336 100644
--- a/arch/arm/boot/dts/at91-sama5d4ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d4ek.dts
@@ -129,8 +129,8 @@
wakeup-source;
};
- atmel_mxt_ts@4c {
- compatible = "atmel,atmel_mxt_ts";
+ touchscreen@4c {
+ compatible = "atmel,maxtouch";
reg = <0x4c>;
interrupt-parent = <&pioE>;
interrupts = <24 0x0>;