Skip to content

Commit

Permalink
Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"
Browse files Browse the repository at this point in the history
This reverts commit 3d76be5.

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 7a6cb0a ("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: Johan Hovold <johan@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Johan Hovold authored and Tony Lindgren committed Jul 6, 2015
1 parent d770e55 commit 5c250ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am335x-boneblack.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
status = "okay";
};
};

&rtc {
system-power-controller;
};

0 comments on commit 5c250ad

Please sign in to comment.