Commit 127d8267 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: p3310: Enable on-die RTC

The on-die RTC isn't hooked up to a backup battery, so it isn't useful
to track time across reboots, but as long as power remains enabled, it
keeps track of time accurately and can be used to wake the system from
sleep, for example.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9733a251
......@@ -124,6 +124,10 @@ i2c@c250000 {
status = "okay";
};
rtc@c2a0000 {
status = "okay";
};
pmc@c360000 {
nvidia,invert-interrupt;
};
......
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