mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM64: dts: rk3399: config rockchip_suspend
Change-Id: I41e7e77b1cc903200c7e1711bae15c629a616564 Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
@@ -178,6 +178,35 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
rockchip,sleep-debug-en = <1>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMPD
|
||||
| RKPM_SLP_PERILPPD
|
||||
| RKPM_SLP_DDR_RET
|
||||
| RKPM_SLP_PLLPD
|
||||
| RKPM_SLP_CENTER_PD
|
||||
| RKPM_SLP_AP_PWROFF
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
| RKPM_PWM_WKUP_EN
|
||||
)
|
||||
>;
|
||||
rockchip,pwm-regulator-config = <
|
||||
(0
|
||||
| PWM2_REGULATOR_EN
|
||||
)
|
||||
>;
|
||||
rockchip,power-ctrl =
|
||||
<&gpio1 17 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
sdio-pwrseq {
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
|
||||
@@ -868,6 +868,35 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
rockchip,sleep-debug-en = <1>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMPD
|
||||
| RKPM_SLP_PERILPPD
|
||||
| RKPM_SLP_DDR_RET
|
||||
| RKPM_SLP_PLLPD
|
||||
| RKPM_SLP_CENTER_PD
|
||||
| RKPM_SLP_AP_PWROFF
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
| RKPM_PWM_WKUP_EN
|
||||
)
|
||||
>;
|
||||
rockchip,pwm-regulator-config = <
|
||||
(0
|
||||
| PWM2_REGULATOR_EN
|
||||
)
|
||||
>;
|
||||
rockchip,power-ctrl =
|
||||
<&gpio1 17 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
sdio-pwrseq {
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
|
||||
@@ -887,6 +887,35 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
rockchip,sleep-debug-en = <1>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMPD
|
||||
| RKPM_SLP_PERILPPD
|
||||
| RKPM_SLP_DDR_RET
|
||||
| RKPM_SLP_PLLPD
|
||||
| RKPM_SLP_CENTER_PD
|
||||
| RKPM_SLP_AP_PWROFF
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
| RKPM_PWM_WKUP_EN
|
||||
)
|
||||
>;
|
||||
rockchip,pwm-regulator-config = <
|
||||
(0
|
||||
| PWM2_REGULATOR_EN
|
||||
)
|
||||
>;
|
||||
rockchip,power-ctrl =
|
||||
<&gpio1 17 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
sdio-pwrseq {
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
|
||||
@@ -1009,6 +1009,35 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
rockchip,sleep-debug-en = <1>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMPD
|
||||
| RKPM_SLP_PERILPPD
|
||||
| RKPM_SLP_DDR_RET
|
||||
| RKPM_SLP_PLLPD
|
||||
| RKPM_SLP_CENTER_PD
|
||||
| RKPM_SLP_AP_PWROFF
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
| RKPM_PWM_WKUP_EN
|
||||
)
|
||||
>;
|
||||
rockchip,pwm-regulator-config = <
|
||||
(0
|
||||
| PWM2_REGULATOR_EN
|
||||
)
|
||||
>;
|
||||
rockchip,power-ctrl =
|
||||
<&gpio1 17 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
sdio-pwrseq {
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
|
||||
Reference in New Issue
Block a user