add suspend ctrl in rk3368-tb_8846.dts

This commit is contained in:
xxx
2015-05-11 16:06:51 +08:00
parent ce118b8a83
commit cefefef538
2 changed files with 15 additions and 1 deletions

14
arch/arm64/boot/dts/rk3368-tb_8846.dts Executable file → Normal file
View File

@@ -7,6 +7,7 @@
//#include "../../../arm/boot/dts/lcd-b101ew05.dtsi"
#include "../../../arm/boot/dts/lcd-F402.dtsi"
#include "rk3368-cif-sensor.dtsi"
#include <dt-bindings/suspend/rockchip-rk3368.h>
/ {
chosen {
@@ -1059,6 +1060,19 @@ rk818,support_dc_chg = <1>;/*1:dc chg; 0:usb chg*/
status = "okay";
};
&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
)
>;
};
/*
&dwc_control_usb {
usb_uart {

View File

@@ -1245,7 +1245,7 @@
interrupt-names = "vepu_mmu", "vdpu_mmu";
};
rockchip_suspend {
rockchip_suspend: rockchip_suspend {
rockchip,ctrbits = <
(0
| RKPM_SLP_ARMOFF