arm64: dts: rockchip: use canonical compatible for touchpad/touchscreen on gru-kevin

"atmel,atmel_mxt_tp" and "atmel,atmel_mxt_ts" are ChromeOS inventions,
let's replace them with canonical compatible string "atmel,maxtouch".

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Dmitry Torokhov 2018-05-01 15:46:28 -07:00 committed by Heiko Stuebner
parent df3bcde704
commit 5041bb82f8

View File

@ -255,7 +255,7 @@ digitizer: digitizer@9 {
&ap_i2c_tp {
trackpad@4a {
compatible = "atmel,atmel_mxt_tp";
compatible = "atmel,maxtouch";
reg = <0x4a>;
pinctrl-names = "default";
pinctrl-0 = <&trackpad_int_l>;
@ -271,7 +271,7 @@ KEY_RESERVED
&ap_i2c_ts {
touchscreen@4b {
compatible = "atmel,atmel_mxt_ts";
compatible = "atmel,maxtouch";
reg = <0x4b>;
pinctrl-names = "default";
pinctrl-0 = <&touch_int_l>;