summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijie Gao <[email protected]>2025-02-06 08:41:28 +0800
committerTom Rini <[email protected]>2025-02-10 10:26:54 -0600
commit6331b8b0c89dc546e18743ddfdf695382c5a7f72 (patch)
tree88150568fa8df7c8336adbe8bb89beb06160bc69
parenta081512cbde71b70e32f2cfb36291e03726fec3f (diff)
mediatek: mt7986: rename pinctrl to pio in mt7986-u-boot.dtsi
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 <[email protected]>
-rw-r--r--arch/arm/dts/mt7986-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/mt7986-u-boot.dtsi b/arch/arm/dts/mt7986-u-boot.dtsi
index 096b97371b8..71e83304c74 100644
--- a/arch/arm/dts/mt7986-u-boot.dtsi
+++ b/arch/arm/dts/mt7986-u-boot.dtsi
@@ -28,6 +28,6 @@
bootph-all;
};
-&pinctrl {
+&pio {
bootph-all;
};