summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra124-nyan.dtsi
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-09-13 10:45:49 -0600
committerTom Warren <twarren@nvidia.com>2016-09-27 09:11:01 -0700
commiteb631d7fb008201ce29200a649b0397c2f8536d2 (patch)
treec9da2260c61a57df99ddf9aea0d0b2f172da6f96 /arch/arm/dts/tegra124-nyan.dtsi
parent6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d (diff)
downloadu-boot-imx-eb631d7fb008201ce29200a649b0397c2f8536d2.zip
u-boot-imx-eb631d7fb008201ce29200a649b0397c2f8536d2.tar.gz
u-boot-imx-eb631d7fb008201ce29200a649b0397c2f8536d2.tar.bz2
ARM: tegra: remove "0, " from DT unit addresses
Apparently the unit address in a DT node name is now supposed to be a single integer value, rather than a comma-separated list of individual cell values. Fix the U-Boot DTs to comply with this naming convention. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra124-nyan.dtsi')
-rw-r--r--arch/arm/dts/tegra124-nyan.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/tegra124-nyan.dtsi b/arch/arm/dts/tegra124-nyan.dtsi
index 1b6931f..780131f 100644
--- a/arch/arm/dts/tegra124-nyan.dtsi
+++ b/arch/arm/dts/tegra124-nyan.dtsi
@@ -3,8 +3,8 @@
/ {
aliases {
- rtc0 = "/i2c@0,7000d000/pmic@40";
- rtc1 = "/rtc@0,7000e000";
+ rtc0 = "/i2c@7000d000/pmic@40";
+ rtc1 = "/rtc@7000e000";
serial0 = &uarta;
};