mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
PM: clear netflix wakeup reason. [1/1]
PD#SWPL-179802 Problem: 1.Some modules need to clear the netflix wakeup reason. 2.S4 configuration is missing Solution: add dts config. Verify: S4 Change-Id: I22f609ed0935d08b3a3686f19719059f2829889b Signed-off-by: hongyu.chen1 <hongyu.chen1@amlogic.com>
This commit is contained in:
committed by
gongwei.chen
parent
d56aa480a3
commit
ffd7f2fb48
@@ -205,6 +205,7 @@
|
||||
sys_reset = <0x84000009>;
|
||||
sys_poweroff = <0x84000008>;
|
||||
dis_nb_cpus_in_shutdown;
|
||||
clear_suspend_reason = <9>;
|
||||
extend_reboot_reason; /* Support up to 128 reboot reasons*/
|
||||
reg = <0xfe01037c 0x4>; /* SEC_AO_SEC_SD_CFG15 */
|
||||
status = "okay";
|
||||
|
||||
@@ -207,6 +207,7 @@
|
||||
sys_reset = <0x84000009>;
|
||||
sys_poweroff = <0x84000008>;
|
||||
dis_nb_cpus_in_shutdown;
|
||||
clear_suspend_reason = <9>;
|
||||
extend_reboot_reason; /* Support up to 128 reboot reasons*/
|
||||
reg = <0x0 0xfe01037c 0x0 0x4>; /* SEC_AO_SEC_SD_CFG15 */
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user