ARM: tegra: set up /aliases entries for RTCs
This ensures that the PMIC RTC provides the system time, rather than the on-SoC RTC, which is not battery-backed. tegra124-venice2.dts isn't touched yet since we haven't added any off- SoC RTC device to its device tree. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
model = "NVIDIA Tegra114 Dalmore evaluation board";
|
||||
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
||||
|
||||
aliases {
|
||||
rtc0 = "/i2c@7000d000/tps65913@58";
|
||||
rtc1 = "/rtc@7000e000";
|
||||
};
|
||||
|
||||
memory {
|
||||
reg = <0x80000000 0x40000000>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user