mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 00:56:49 +07:00
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:
parent
df3bcde704
commit
5041bb82f8
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user