[PATCH 3/3] ARM: tegra: jetson-tk1: use phandle for stdout path

Lucas Stach dev at lynxeye.de
Sun Mar 19 09:31:51 PDT 2017


Now that the UARTs have phandles in the upstream DT, we can
make use of them in Barebox.

Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 arch/arm/dts/tegra124-jetson-tk1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts
index e1974db..00ae58f 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 at 0,70006300/";
+		stdout-path = &uartd;
 
 		environment at 0 {
 			compatible = "barebox,environment";
-- 
2.9.3




More information about the barebox mailing list