mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: modify tp direction for rk3566 eink boards
Signed-off-by: Zorro Liu <lyx@rock-chips.com> Change-Id: I3172c04a02f9c55578aee3c315ffc76839bcb04f
This commit is contained in:
@@ -199,9 +199,9 @@
|
||||
cy,vkeys_x = <1872>;
|
||||
cy,vkeys_y = <1404>;
|
||||
|
||||
cy,revert_x = <1>;
|
||||
cy,revert_x = <0>;
|
||||
cy,revert_y = <0>;
|
||||
cy,xy_exchange = <1>;
|
||||
cy,xy_exchange = <0>;
|
||||
|
||||
cy,virtual_keys = /* KeyCode CenterX CenterY Width Height */
|
||||
/* KEY_BACK */
|
||||
@@ -256,9 +256,9 @@
|
||||
gpio_detect = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
|
||||
gpio_intr = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
|
||||
gpio_rst = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
revert_x = <1>;
|
||||
revert_x = <0>;
|
||||
revert_y = <0>;
|
||||
xy_exchange = <1>;
|
||||
xy_exchange = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -556,9 +556,9 @@
|
||||
gpio_detect = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||
gpio_intr = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||||
gpio_rst = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
|
||||
revert_x = <1>;
|
||||
revert_x = <0>;
|
||||
revert_y = <0>;
|
||||
xy_exchange = <1>;
|
||||
xy_exchange = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -641,8 +641,8 @@
|
||||
cy,vkeys_x = <1872>;
|
||||
cy,vkeys_y = <1404>;
|
||||
cy,revert_x = <0>;
|
||||
cy,revert_y = <0>;
|
||||
cy,xy_exchange = <1>;
|
||||
cy,revert_y = <1>;
|
||||
cy,xy_exchange = <0>;
|
||||
|
||||
cy,virtual_keys =
|
||||
/* KeyCode CenterX CenterY Width Height */
|
||||
|
||||
Reference in New Issue
Block a user