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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user