mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user