mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-01 03:51:31 +02:00
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> [ upstream commit: 5adbad5c464a708a87cf5ade1bfe2ca947bb2f82 ] (cherry picked from commit f8314a4fbc00a3d651a7e9b4d9462d10c6c02a12)
This commit is contained in:
parent
a764eb156a
commit
d09cd18aed
@ -231,7 +231,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart2 {
|
&uart2 {
|
||||||
pinctrl-0 = <&uart2m2_xfer>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -688,6 +688,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Routed to UART0 on the Q7 connector */
|
||||||
|
&uart2 {
|
||||||
|
pinctrl-0 = <&uart2m2_xfer>;
|
||||||
|
};
|
||||||
|
|
||||||
/* Mule-ATtiny UPDI */
|
/* Mule-ATtiny UPDI */
|
||||||
&uart4 {
|
&uart4 {
|
||||||
pinctrl-0 = <&uart4m2_xfer>;
|
pinctrl-0 = <&uart4m2_xfer>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user