diff options
author | Jonas Karlman <[email protected]> | 2024-05-21 21:10:08 +0000 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-05-28 00:35:38 +0200 |
commit | 7affb86ef62581e3475ce3e0a7640da1f2ee29f8 (patch) | |
tree | a4d3bba9b3036aad7e062b6eed63ea06cb46402d | |
parent | fc0daeccc384233eadfa9d5ddbd00159653c6bdc (diff) |
arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts index 09177713e57a..97438f539333 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts @@ -286,6 +286,8 @@ }; &uart0 { + pinctrl-names = "default"; + pinctrl-0 = <&uart0_xfer>; status = "okay"; }; |