diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-12-09 14:43:59 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-18 14:10:48 -0700 |
commit | 553c0a200e2082686fd9b829b77f7df6ebae14e9 (patch) | |
tree | 7ae43ea30413b44980f51886154f6e1c0d721606 /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | 9f1ac5606a008f4849208ebfe818f979619dced0 (diff) | |
download | op-kernel-dev-553c0a200e2082686fd9b829b77f7df6ebae14e9.zip op-kernel-dev-553c0a200e2082686fd9b829b77f7df6ebae14e9.tar.gz |
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-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 1204738..a11b6e7 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -7,6 +7,11 @@ model = "NVIDIA Seaboard"; compatible = "nvidia,seaboard", "nvidia,tegra20"; + aliases { + rtc0 = "/i2c@7000d000/tps6586x@34"; + rtc1 = "/rtc@7000e000"; + }; + memory { reg = <0x00000000 0x40000000>; }; |