mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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";
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user