arm64: dts: rockchip: rk3576-ebook-v10: update wacom touch config

Change-Id: Icc0c3886bbc32ff959698a6edc9cb685d5a5881d
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
Zorro Liu
2024-03-18 20:01:18 +08:00
committed by Tao Huang
parent 2ee9ce1196
commit c478f1f7d4
2 changed files with 22 additions and 2 deletions

View File

@@ -38,6 +38,26 @@
panel,disable_logo = <1>;
};
&i2c5 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c5m2_xfer>;
wacom: wacom@9 {
compatible = "wacom,w9013";
reg = <0x09>;
pwr-supply = <&vcc_emr>;
pinctrl-names = "default";
pinctrl-0 = <&wacom_gpio>;
gpio_detect = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
gpio_intr = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
gpio_rst = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
revert_x = <0>;
revert_y = <1>;
xy_exchange = <1>;
};
};
&i2c9 {
status = "okay";
pinctrl-names = "default";

View File

@@ -371,8 +371,8 @@
gpio_detect = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
gpio_intr = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
gpio_rst = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
revert_x = <0>;
revert_y = <0>;
revert_x = <1>;
revert_y = <1>;
xy_exchange = <0>;
};
};