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>
This commit is contained in:
Dmitry Torokhov 2018-05-01 15:48:33 -07:00 committed by Alexandre Belloni
parent 60cc43fc88
commit 52c3ad0955
1 changed files with 2 additions and 2 deletions

View File

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