arm64: dts: rockchip: rk3308: remove RKPM_DBG_FSM_SOUT

RKPM_DBG_FSM_SOUT enables PMU FSM state signal output through
GPIO4_D5/SDMMC_CLK during sleep, mainly for debug PMU FSM flow.

Some one may use this pin as LED light, it's fine to drop it
to avoid influence on LED.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I82af5fa676d6db8b81e877729c44b976bbfa9ea5
This commit is contained in:
Joseph Chen
2021-06-10 14:41:15 +08:00
committed by Tao Huang
parent 5902a56f52
commit 5da4c5d59a
2 changed files with 0 additions and 2 deletions

View File

@@ -345,7 +345,6 @@
rockchip,sleep-mode-config = <
(0
| RKPM_PMU_HW_PLLS_PD
| RKPM_DBG_FSM_SOUT
)
>;
rockchip,wakeup-config = <

View File

@@ -22,7 +22,6 @@
rockchip,sleep-mode-config = <
(0
| RKPM_PMU_HW_PLLS_PD
| RKPM_DBG_FSM_SOUT
| RKPM_PWM_VOLTAGE_DEFAULT
)
>;