mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: tegra: beaver: add missing serial alias
@ 2016-02-26 19:33 Lucas Stach
  2016-02-26 19:33 ` [PATCH 2/2] ARM: tegra: use dynamic malloc area size Lucas Stach
  2016-02-29  7:57 ` [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2016-02-26 19:33 UTC (permalink / raw)
  To: barebox

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>
---
 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@7000d000/tps65911@2d";
 		rtc1 = "/rtc@7000e000";
+		serial0 = &uarta;
 	};
 
 	chosen {
-- 
2.5.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-29  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-26 19:33 [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Lucas Stach
2016-02-26 19:33 ` [PATCH 2/2] ARM: tegra: use dynamic malloc area size Lucas Stach
2016-02-29  7:57 ` [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox