arm64: dts: rockchip: rk3566-rk817-eink-w103: disable touch q

1.disable touch q function
2.pull down touch q gpio default to avoid electric leakage when sleep

Change-Id: Iedc1aa31f26d701153138c689bff943dc88ffe89
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
Zorro Liu
2021-02-07 02:49:38 +00:00
parent 1232b84288
commit e2e308a79f

View File

@@ -91,6 +91,7 @@
};
gpio_keys: gpio-keys {
status = "disabled";
compatible = "gpio-keys";
autorepeat;
@@ -879,6 +880,7 @@
tsc {
tsc_gpio: tsc-gpio {
rockchip,pins =
<0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_down>, //touch q gpio
<0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>,
<0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
};