rk3368-p9_818.dts: add suspend config
authorxxx <xxx@rock-chips.com>
Mon, 17 Aug 2015 09:34:38 +0000 (17:34 +0800)
committerxxx <xxx@rock-chips.com>
Mon, 17 Aug 2015 09:34:38 +0000 (17:34 +0800)
arch/arm64/boot/dts/rk3368-p9_818.dts

index 158922f204bacde83b96ac10ea35d05c19d93224..c0f3b79bfca8cd0fb9b5f806d50f0a49502d19ef 100755 (executable)
                <&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
+               )
+               >;
+};