Skip to content

Commit 5adbad5

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: move uart2 pinmux to dtsi on rk3588-tiger
The association of uart2 to the q7-uart pins is part of the module itself and not the baseboard used. Therefore move the pinctrl over to the tiger dtsi. Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20240422143356.2596414-1-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 595f06c commit 5adbad5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@
231231
};
232232

233233
&uart2 {
234-
pinctrl-0 = <&uart2m2_xfer>;
235234
status = "okay";
236235
};
237236

arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,11 @@
688688
status = "okay";
689689
};
690690

691+
/* Routed to UART0 on the Q7 connector */
692+
&uart2 {
693+
pinctrl-0 = <&uart2m2_xfer>;
694+
};
695+
691696
/* Mule-ATtiny UPDI */
692697
&uart4 {
693698
pinctrl-0 = <&uart4m2_xfer>;

0 commit comments

Comments
 (0)