summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2016-02-26 20:33:34 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-01 10:14:42 +0100
commitcc4aa4e20093880b2e66b9f2afcf6a011a7b2d2e (patch)
treee1da4f7d8ede31ae8ee61764fd1bf979890f919b /arch
parentba2d10311e47c1f2be5693bb10c0d6e36ff95956 (diff)
downloadbarebox-cc4aa4e20093880b2e66b9f2afcf6a011a7b2d2e.tar.gz
barebox-cc4aa4e20093880b2e66b9f2afcf6a011a7b2d2e.tar.xz
ARM: tegra: beaver: add missing serial alias
Upstream has dropped those from the base dtsi, as long as we can't fully switch to the upstream board DT add the correct alias to the barebox copy. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/tegra30-beaver.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra30-beaver.dts b/arch/arm/dts/tegra30-beaver.dts
index 91e1354448..3e7f879d68 100644
--- a/arch/arm/dts/tegra30-beaver.dts
+++ b/arch/arm/dts/tegra30-beaver.dts
@@ -10,6 +10,7 @@
aliases {
rtc0 = "/i2c@7000d000/tps65911@2d";
rtc1 = "/rtc@7000e000";
+ serial0 = &uarta;
};
chosen {