aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-whistler.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-12-09 16:43:59 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-18 16:10:48 -0500
commit553c0a200e2082686fd9b829b77f7df6ebae14e9 (patch)
tree7ae43ea30413b44980f51886154f6e1c0d721606 /arch/arm/boot/dts/tegra20-whistler.dts
parent9f1ac5606a008f4849208ebfe818f979619dced0 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-whistler.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts
index 813b04ef8717..1843725785c9 100644
--- a/arch/arm/boot/dts/tegra20-whistler.dts
+++ b/arch/arm/boot/dts/tegra20-whistler.dts
@@ -7,6 +7,11 @@
7 model = "NVIDIA Tegra20 Whistler evaluation board"; 7 model = "NVIDIA Tegra20 Whistler evaluation board";
8 compatible = "nvidia,whistler", "nvidia,tegra20"; 8 compatible = "nvidia,whistler", "nvidia,tegra20";
9 9
10 aliases {
11 rtc0 = "/i2c@7000d000/max8907@3c";
12 rtc1 = "/rtc@7000e000";
13 };
14
10 memory { 15 memory {
11 reg = <0x00000000 0x20000000>; 16 reg = <0x00000000 0x20000000>;
12 }; 17 };