Commit 1ae5762d authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Tony Lindgren

ARM: dts: am335x-chilisom: Enable poweroff PMIC sequence using RTC signal

ChiliSOM has TPS65217's PWR_EN pin connected to AM335x PMIC_POWER_EN
pin. Processor's PMIC_POWER_EN is controlled by it's internal RTC, hence
RTC subsystem is responsible for proper board poweroff sequence.

This change enables complete poweroff sequence for ChiliBoard, switching
PMIC's state from ACTIVE to SLEEP.
Signed-off-by: default avatarMarcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ce07a9bd
......@@ -122,6 +122,10 @@ ldo4_reg: regulator@6 {
};
};
&rtc {
system-power-controller;
};
/* NAND Flash */
&elm {
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment