diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2019-02-15 12:51:50 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-02-16 21:18:26 +0100 |
commit | 5aed37a5cdef6453eb3bf307574e19e547ca0432 (patch) | |
tree | 26334814e9b26de7382e3a9d58c58fdd6d360ec0 /arch/arm/boot/dts/rk3288-veyron.dtsi | |
parent | ARM: dts: rockchip: remove cap-mmc-highspeed from rk3188-bqedison2qc mmc1 node (diff) | |
download | linux-5aed37a5cdef6453eb3bf307574e19e547ca0432.tar.xz linux-5aed37a5cdef6453eb3bf307574e19e547ca0432.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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. |