From: Dmitry Torokhov Date: Tue, 1 May 2018 22:48:33 +0000 (-0700) Subject: ARM: dts: at91: sama5d4ek: use canonical compatible for touchscreen X-Git-Tag: v4.19~808^2~5^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52c3ad0955f23901d19cee7df38023488baedad4;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 7887a71..0702a2f 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>;