mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
SUSPEND: add alarm wakeup function [1/1]
PD#SWPL-7062 Problem: add alarm wakeup function. Solution: add alarm wakeup function. Verify: g12b_w400,test pass. Change-Id: I0ad6e373b52bfd8d628ad3c8964637174b5fc643 Signed-off-by: Hong Guo <hong.guo@amlogic.com>
This commit is contained in:
@@ -321,6 +321,14 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
rtc{
|
||||
compatible = "amlogic, aml_vrtc";
|
||||
alarm_reg_addr = <0xff8000a8>;
|
||||
timer_e_addr = <0xffd0f188>;
|
||||
init_date = "2019/01/01";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
cpu_info {
|
||||
compatible = "amlogic, cpuinfo";
|
||||
status = "okay";
|
||||
|
||||
@@ -321,6 +321,14 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
rtc{
|
||||
compatible = "amlogic, aml_vrtc";
|
||||
alarm_reg_addr = <0xff8000a8>;
|
||||
timer_e_addr = <0xffd0f188>;
|
||||
init_date = "2019/01/01";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
cpu_info {
|
||||
compatible = "amlogic, cpuinfo";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user