mirror of https://gitee.com/openkylin/linux.git
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 {
|
&ap_i2c_tp {
|
||||||
trackpad@4a {
|
trackpad@4a {
|
||||||
compatible = "atmel,atmel_mxt_tp";
|
compatible = "atmel,maxtouch";
|
||||||
reg = <0x4a>;
|
reg = <0x4a>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&trackpad_int_l>;
|
pinctrl-0 = <&trackpad_int_l>;
|
||||||
|
@ -271,7 +271,7 @@ KEY_RESERVED
|
||||||
|
|
||||||
&ap_i2c_ts {
|
&ap_i2c_ts {
|
||||||
touchscreen@4b {
|
touchscreen@4b {
|
||||||
compatible = "atmel,atmel_mxt_ts";
|
compatible = "atmel,maxtouch";
|
||||||
reg = <0x4b>;
|
reg = <0x4b>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&touch_int_l>;
|
pinctrl-0 = <&touch_int_l>;
|
||||||
|
|
Loading…
Reference in New Issue