diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-16 11:57:13 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 12:11:17 +0100 |
commit | d8fecb36f42da03f40fe15bf7900ccd32a8122e2 (patch) | |
tree | 15c3138cf59abf77ab62b89f127257bffa529053 /arch/arm | |
parent | ARM: OMAP2+: Drop legacy platform data for am4 control module (diff) | |
download | linux-d8fecb36f42da03f40fe15bf7900ccd32a8122e2.tar.xz linux-d8fecb36f42da03f40fe15bf7900ccd32a8122e2.zip |
ARM: dts: Configure RTC powerdomain for am4
For genpd we need the RTC powerdomain configured.
Cc: Dave Gerlach <d-gerlach@ti.com>
Cc: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am437x-l4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi index be16ffc870bd..e6ef7d6190a1 100644 --- a/arch/arm/boot/dts/am437x-l4.dtsi +++ b/arch/arm/boot/dts/am437x-l4.dtsi @@ -422,6 +422,7 @@ <SYSC_IDLE_SMART>, <SYSC_IDLE_SMART_WKUP>; /* Domains (P, C): rtc_pwrdm, l4_rtc_clkdm */ + power-domains = <&prm_rtc>; clocks = <&l4_rtc_clkctrl AM4_L4_RTC_RTC_CLKCTRL 0>; clock-names = "fck"; #address-cells = <1>; |