overlays: uart<n>-pi5: Add the pinctrl-0 property
authorPhil Elwell <phil@raspberrypi.com>
Thu, 2 Nov 2023 17:05:46 +0000 (17:05 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:11 +0000 (11:35 +0000)
Without the pinctrl-0 property in the overlays, the UARTs may not be
mapped correctly.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/uart0-pi5-overlay.dts
arch/arm/boot/dts/overlays/uart1-pi5-overlay.dts
arch/arm/boot/dts/overlays/uart2-pi5-overlay.dts
arch/arm/boot/dts/overlays/uart3-pi5-overlay.dts
arch/arm/boot/dts/overlays/uart4-pi5-overlay.dts

index 62a2da68d39da332c3723fe055df7decc0f0f1cb..3cc9843b812dab264965bffa2bfc334f2015b5ec 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart0>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart0_pins>;
                };
        };
 
index 5e602eb199dc21491ba315314db5c467e2f05b60..739f5a941ffabd99506dc8c8f5ddf1e853664907 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart1>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart1_pins>;
                };
        };
 
index a7dd1937d0c2974fb66c690072c430caf0856953..1df956425d3a0f563423ee163cd843aba9f044f8 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart2>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart2_pins>;
                };
        };
 
index 594661e3ab2a0281d38e8bc0a80628e2ff176baa..d8ef51b403ddc6e889a8a44540d37d4aaf4f6756 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart3>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart3_pins>;
                };
        };
 
index 2abf97eddc777f5030d655e768aac57e9be79c9f..7ce5be8cc95c0bef0841b21e1bc0e5cb0dae554a 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart4>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart4_pins>;
                };
        };