From cae25cc6b631942e67481b1163206cc89fd18466 Mon Sep 17 00:00:00 2001 From: Hong Guo Date: Thu, 20 Dec 2018 17:27:35 +0800 Subject: [PATCH] arm: vrtc: add rtc function for tl1. [1/1] PD#SWPL-3315 Problem: can't wakeup after setting timer expire. Solution: add rtc funciton for tl1. Verify: tl1_x301, verify pass Change-Id: I2b8e77cb90cacdde728586f873d10e5fbe52f76c Signed-off-by: Hong Guo --- arch/arm/boot/dts/amlogic/mesontl1.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/amlogic/mesontl1.dtsi b/arch/arm/boot/dts/amlogic/mesontl1.dtsi index 1cc545f9c45f..31bbca219b47 100644 --- a/arch/arm/boot/dts/amlogic/mesontl1.dtsi +++ b/arch/arm/boot/dts/amlogic/mesontl1.dtsi @@ -259,6 +259,14 @@ cpuinfo_cmd = <0x82000044>; }; + rtc{ + compatible = "amlogic, aml_vrtc"; + alarm_reg_addr = <0xff8000a8>; + timer_e_addr = <0xffd0f188>; + init_date = "2018/01/01"; + status = "okay"; + }; + reboot { compatible = "amlogic,reboot"; sys_reset = <0x84000009>;