arm64: dts: rockchip: rk3588: set pcfg_pull_up for touch int pin

This patch can save 0.6mA for PMUIO2(3V3).
Tested on RK3588_EVB1_LP4_V10 platform.

Change-Id: If9298b7de5859e8bfd28baf3e1022b71efd78218
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2022-09-30 10:22:07 +08:00
parent d8b6c8e1f7
commit 0d01ed0d12
11 changed files with 11 additions and 11 deletions

View File

@@ -920,7 +920,7 @@
touch_gpio: touch-gpio {
rockchip,pins =
<1 RK_PB4 RK_FUNC_GPIO &pcfg_pull_up>,
<1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
<1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_up>;
};
};