arm64: dts: rockchip: rk3588: fix pmic_int pull-up on rk3588

RK806 INT pin is connected to pmic_int(gpio0a7).
the pmic_int sets low-level interrupt, which requires pull-up
voltage(VCC_1V8_S0). but the pull-up voltage is powered off
in system suspend, causing the system to wake up immediately.

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: Id85b441c9ce7f9837e3c61647b39f03dd4c63e53
This commit is contained in:
shengfei Xu
2022-01-13 02:10:19 +00:00
committed by Tao Huang
parent dacb124d50
commit 277361df6a

View File

@@ -1965,7 +1965,7 @@
pmic_pins: pmic-pins {
rockchip,pins =
/* pmic_int_l */
<0 RK_PA7 1 &pcfg_pull_none>,
<0 RK_PA7 0 &pcfg_pull_up>,
/* pmic_sleep1 */
<0 RK_PA2 1 &pcfg_pull_none>,
/* pmic_sleep2 */