Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC - fix RTC alias for 6.1.x kernel series #232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/arm/BB-I2C2-RTC-DS1338.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
aliases {
rtc0 = &extrtc;
/* The OMAP RTC implementation in the BBB is
* buggy, so that it cannot be used as a
* battery-backed RTS, so that it loses its
* contents when power is removed from the
* buggy, and cannot be used as a
* battery-backed time source because it loses
* its contents when power is removed from the
* Beaglebone...
*
* We move the omap built-in RTC to rtc1, so
Expand All @@ -62,7 +62,7 @@
* is also used during the reboot process on the
* BBB.
*/
rtc1 = "/ocp/rtc@44e3e000";
rtc1 = "/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0";
};
};
};
Expand Down