[PATCH 1/2] ARM: tegra: beaver: add missing serial alias

Lucas Stach dev at lynxeye.de
Fri Feb 26 11:33:34 PST 2016


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 at lynxeye.de>
---
 arch/arm/dts/tegra30-beaver.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/tegra30-beaver.dts b/arch/arm/dts/tegra30-beaver.dts
index 91e1354..3e7f879 100644
--- a/arch/arm/dts/tegra30-beaver.dts
+++ b/arch/arm/dts/tegra30-beaver.dts
@@ -10,6 +10,7 @@
 	aliases {
 		rtc0 = "/i2c at 7000d000/tps65911 at 2d";
 		rtc1 = "/rtc at 7000e000";
+		serial0 = &uarta;
 	};
 
 	chosen {
-- 
2.5.0




More information about the barebox mailing list