rk3368-p9_818.dts: add suspend config

This commit is contained in:
xxx
2015-08-17 17:34:38 +08:00
parent a51137cdc7
commit ddcdb8e5f8

View File

@@ -765,3 +765,15 @@
<&clk_hevc_cabac 300000000>;
};
&rockchip_suspend {
rockchip,ctrbits = <
(0
| RKPM_SLP_ARMOFF
| RKPM_SLP_PMU_PLLS_PWRDN
| RKPM_SLP_PMU_PMUALIVE_32K
| RKPM_SLP_SFT_PLLS_DEEP
| RKPM_SLP_PMU_DIS_OSC
| RKPM_SLP_SFT_PD_NBSCUS
)
>;
};