]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s
authorJonas Karlman <jonas@kwiboo.se>
Tue, 21 May 2024 21:10:08 +0000 (21:10 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 27 May 2024 22:35:38 +0000 (00:35 +0200)
UAR0 CTS/RTS is not wired to any pin and is not used for the default
serial console use of UART0 on ROCK Pi S.

Override the SoC defined pinctrl props to limit configuration of the
two xfer pins wired to one of the GPIO pin headers.

Fixes: 2e04c25b1320 ("arm64: dts: rockchip: add ROCK Pi S DTS support")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Link: https://lore.kernel.org/r/20240521211029.1236094-6-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts

index 09177713e57af7fd1a87761166734203f06f013f..97438f539333490ce85172d0b53c3bb8357a9a70 100644 (file)
 };
 
 &uart0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart0_xfer>;
        status = "okay";
 };