]> Git Repo - linux.git/commitdiff
arm: dts: am4372: setup rtc as system-power-controller
authorKeerthy <[email protected]>
Wed, 25 Jul 2018 05:55:35 +0000 (11:25 +0530)
committerTony Lindgren <[email protected]>
Wed, 22 Aug 2018 15:04:49 +0000 (08:04 -0700)
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am4372.dtsi

index f0cbd86312dce5ddc1867d9eb2dc54059450a090..d4b7c59eec6853f2f836b5b3ffd686988ad0f6b1 100644 (file)
                        ti,hwmods = "rtc";
                        clocks = <&clk_32768_ck>;
                        clock-names = "int-clk";
+                       system-power-controller;
                        status = "disabled";
                };
 
This page took 0.050667 seconds and 4 git commands to generate.