1cd8ae19a9
Add backported patched from 5.x from usb related fixes Up kernel version to most recent lts
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From 5aed37a5cdef6453eb3bf307574e19e547ca0432 Mon Sep 17 00:00:00 2001
|
|
From: Enric Balletbo i Serra <enric.balletbo@collabora.com>
|
|
Date: Fri, 15 Feb 2019 12:51:50 +0100
|
|
Subject: [PATCH 05/54] ARM: dts: rockchip: add chosen node on veyron devices
|
|
|
|
In order to use earlycon, the stdout-path property needs to be set
|
|
in the chosen node. All veyron devices use uart2 for debugging, so
|
|
add it to the core veyron dtsi.
|
|
|
|
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm/boot/dts/rk3288-veyron.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi
|
|
index d8bf939a3aff..0bc2409f6903 100644
|
|
--- a/arch/arm/boot/dts/rk3288-veyron.dtsi
|
|
+++ b/arch/arm/boot/dts/rk3288-veyron.dtsi
|
|
@@ -10,6 +10,10 @@
|
|
#include "rk3288.dtsi"
|
|
|
|
/ {
|
|
+ chosen {
|
|
+ stdout-path = "serial2:115200n8";
|
|
+ };
|
|
+
|
|
/*
|
|
* The default coreboot on veyron devices ignores memory@0 nodes
|
|
* and would instead create another memory node.
|
|
--
|
|
2.11.0
|
|
|