Commit b1afa782 authored by Stephen Warren's avatar Stephen Warren

ARM: tegra: set up /aliases for RTCs on Venice2

This ensures that the PMIC RTC provides the system time, rather than
the on-SoC RTC, which is not battery-backed.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent fcacaba7
......@@ -6,6 +6,11 @@ / {
model = "NVIDIA Tegra124 Venice2";
compatible = "nvidia,venice2", "nvidia,tegra124";
aliases {
rtc0 = "/i2c@7000d000/as3722@40";
rtc1 = "/rtc@7000e000";
};
memory {
reg = <0x80000000 0x80000000>;
};
......
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