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:
parent
60cc43fc88
commit
52c3ad0955
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue