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: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Stephen Warren 2013-12-19 11:32:15 -07:00
parent fcacaba732
commit b1afa7822d
1 changed files with 5 additions and 0 deletions

View File

@ -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>;
};