mediatek: mt7986: rename pinctrl to pio in mt7986-u-boot.dtsi
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 6 Feb 2025 00:41:28 +0000 (08:41 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 16:26:54 +0000 (10:26 -0600)
The change from pinctrl to pio was missing in mt7986-u-boot.dtsi and will
cause build failure. Now fix it.

Fixes: f1775996ba9 (mediatek: mt7986: move gpio-controller up and rename pinctrl to pio)
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/mt7986-u-boot.dtsi

index 096b973..71e8330 100644 (file)
@@ -28,6 +28,6 @@
        bootph-all;
 };
 
-&pinctrl {
+&pio {
        bootph-all;
 };