From: Weijie Gao Date: Thu, 6 Feb 2025 00:41:28 +0000 (+0800) Subject: mediatek: mt7986: rename pinctrl to pio in mt7986-u-boot.dtsi X-Git-Tag: v2025.04-rc2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6331b8b0c89dc546e18743ddfdf695382c5a7f72;p=pandora-u-boot.git 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 --- 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; };