Skip to content
Snippets Groups Projects
Commit 5c250adb authored by Johan Hovold's avatar Johan Hovold Committed by Tony Lindgren
Browse files

Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"


This reverts commit 3d76be5b.

The latest revision of Beaglebone Black does not support RTC-only mode.

To avoid potential hardware damage, RTC-only mode was disabled by
default by commit 7a6cb0ab ("ARM: dts: am335x-boneblack: disable
RTC-only sleep to avoid hardware damage").

Unfortunately, an incorrect fix had already been applied, which instead
of just disabling RTC-only mode, prevents the Beaglebone from powering
down at all.

Revert this patch to fix the power-off regression.

Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d770e558
No related branches found
No related tags found
No related merge requests found
...@@ -80,3 +80,7 @@ ...@@ -80,3 +80,7 @@
status = "okay"; status = "okay";
}; };
}; };
&rtc {
system-power-controller;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment