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 62a2da6..3cc9843 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart0>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart0_pins>;
                };
        };
 
index 5e602eb..739f5a9 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart1>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart1_pins>;
                };
        };
 
index a7dd193..1df9564 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart2>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart2_pins>;
                };
        };
 
index 594661e..d8ef51b 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart3>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart3_pins>;
                };
        };
 
index 2abf97e..7ce5be8 100755 (executable)
@@ -8,6 +8,7 @@
                target = <&uart4>;
                frag0: __overlay__ {
                        status = "okay";
+                       pinctrl-0 = <&uart4_pins>;
                };
        };