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:
hongyu.chen1
2024-09-12 10:32:24 +08:00
committed by gongwei.chen
parent d56aa480a3
commit ffd7f2fb48
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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";