mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
add suspend ctrl in rk3368-tb_8846.dts
This commit is contained in:
14
arch/arm64/boot/dts/rk3368-tb_8846.dts
Executable file → Normal file
14
arch/arm64/boot/dts/rk3368-tb_8846.dts
Executable file → Normal 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 {
|
||||
|
||||
@@ -1245,7 +1245,7 @@
|
||||
interrupt-names = "vepu_mmu", "vdpu_mmu";
|
||||
};
|
||||
|
||||
rockchip_suspend {
|
||||
rockchip_suspend: rockchip_suspend {
|
||||
rockchip,ctrbits = <
|
||||
(0
|
||||
| RKPM_SLP_ARMOFF
|
||||
|
||||
Reference in New Issue
Block a user