summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2017-03-19 17:31:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-30 08:23:22 +0200
commitbca44fac7d322e65794c0b93507015d5465c2fe5 (patch)
tree67354da8fbfd9d418647d3317c2a56e7bf6a8210
parent37e882cf3178e7672c0dafc10929980019d016c0 (diff)
downloadbarebox-bca44fac7d322e65794c0b93507015d5465c2fe5.tar.gz
barebox-bca44fac7d322e65794c0b93507015d5465c2fe5.tar.xz
ARM: tegra: jetson-tk1: use phandle for stdout path
Now that the UARTs have phandles in the upstream DT, we can make use of them in Barebox. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/tegra124-jetson-tk1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts
index e1974db63c..00ae58fb27 100644
--- a/arch/arm/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/dts/tegra124-jetson-tk1.dts
@@ -3,7 +3,7 @@
/ {
chosen {
- stdout-path = "/serial@0,70006300/";
+ stdout-path = &uartd;
environment@0 {
compatible = "barebox,environment";