]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: add stdout path on Qnap-TS433
authorHeiko Stuebner <heiko@sntech.de>
Tue, 23 Jul 2024 19:55:29 +0000 (21:55 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 30 Jul 2024 07:06:59 +0000 (09:06 +0200)
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@debian.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240723195538.1133436-6-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

index da735c4764f4df67fd2a594853ca24b3a959bf9a..be1c2286c2d3fbb7ff5d9535aa02d760126888bf 100644 (file)
        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";