Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1afa782 authored by Stephen Warren's avatar Stephen Warren
Browse files

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>;
	};