[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20231217103959.2380661-2-andyshrk@163.com>
Date: Sun, 17 Dec 2023 18:39:59 +0800
From: Andy Yan <andyshrk@....com>
To: heiko@...ech.de
Cc: krzysztof.kozlowski+dt@...aro.org,
robh+dt@...nel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
Andy Yan <andy.yan@...k-chips.com>
Subject: [PATCH 2/2] arm: dts: rockchip: Add stdout-patch for rk3036 kylin
From: Andy Yan <andy.yan@...k-chips.com>
Add stdout-patch to get a uart console when system boot.
Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
---
arch/arm/boot/dts/rockchip/rk3036-kylin.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
index 67e1e04139e7..f12fa3831bbf 100644
--- a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
@@ -8,6 +8,10 @@ / {
model = "Rockchip RK3036 KylinBoard";
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
+ chosen {
+ stdout-path = "serial2:115200n8";
+ };
+
memory@...00000 {
device_type = "memory";
reg = <0x60000000 0x20000000>;
--
2.34.1
Powered by blists - more mailing lists