Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Keerthy and committed by
Tony Lindgren
ce32d59e f4efa74c

+1
+1
arch/arm/boot/dts/am4372.dtsi
··· 469 469 ti,hwmods = "rtc"; 470 470 clocks = <&clk_32768_ck>; 471 471 clock-names = "int-clk"; 472 + system-power-controller; 472 473 status = "disabled"; 473 474 }; 474 475