diff options
author | Keerthy <j-keerthy@ti.com> | 2018-07-25 01:55:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-08-22 11:04:49 -0400 |
commit | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (patch) | |
tree | 6b773bc4d55e8809e1b136fff5105b628a328fd9 | |
parent | f4efa74c09a7eddcc12cd13208f78743763f6e7a (diff) |
arm: dts: am4372: setup rtc as system-power-controller
RTC alarm2 is connected to pmic_en line and hence can be used to control
the pmic enabling/disabling. Hence add the system-power-controller for rtc
node.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index f0cbd86312dc..d4b7c59eec68 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -469,6 +469,7 @@ | |||
469 | ti,hwmods = "rtc"; | 469 | ti,hwmods = "rtc"; |
470 | clocks = <&clk_32768_ck>; | 470 | clocks = <&clk_32768_ck>; |
471 | clock-names = "int-clk"; | 471 | clock-names = "int-clk"; |
472 | system-power-controller; | ||
472 | status = "disabled"; | 473 | status = "disabled"; |
473 | }; | 474 | }; |
474 | 475 | ||