mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3368: change default sleep mode to RKPM_SLP_ARMOFF
The power consumption is no visible difference between RKPM_SLP_ARMOFF_LOGPD mode and RKPM_SLP_ARMOFF mode. But RKPM_SLP_ARMOFF_LOGPD mode will cost more time in suspend/resume flow. So we'd better use RKPM_SLP_ARMOFF in most products. Here, we change RKPM_SLP_ARMOFF_LOGPD to RKPM_SLP_ARMOFF in dtsi, that's a good way to make most products to use RKPM_SLP_ARMOFF. Change-Id: Iec541a6831022ded2dad4298fc470bec7bd978f6 Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
a731f1a3c4
commit
7be8a2eb28
@@ -2404,7 +2404,7 @@
|
||||
rockchip,sleep-debug-en = <0>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMOFF_LOGPD
|
||||
| RKPM_SLP_ARMOFF
|
||||
| RKPM_SLP_PMU_PLLS_PWRDN
|
||||
| RKPM_SLP_PMU_PMUALIVE_32K
|
||||
| RKPM_SLP_SFT_PLLS_DEEP
|
||||
|
||||
Reference in New Issue
Block a user