arm64: dts: rockchip: add stdout path on Qnap-TS433
From: Heiko Stuebner <heiko@...> Date: Sat, 20 Jul 2024 20:18:08 +0200
Commit-Message
As most Rockchip boards do, the TS433 also uses uart2 for its serial output. Set the correct chosen entry for it. Tested-by: Uwe Kleine-König <ukleinek@...> Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 4 ++++ 1 file changed, 4 insertions(+)
Statistics
- 4 lines added
- 0 lines removed
Changes
-------------- arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts --------------
index da735c4764f4d..be1c2286c2d3f 100644
@@ -13,6 +13,10 @@ / {
model = "Qnap TS-433-4G NAS System 4-Bay";
compatible = "qnap,ts433", "rockchip,rk3568";
+ chosen {
+ stdout-path = "serial2:115200n8";
+ };
+
dc_12v: regulator-dc-12v {
compatible = "regulator-fixed";
regulator-name = "dc_12v";