git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a081512
)
mediatek: mt7986: rename pinctrl to pio in mt7986-u-boot.dtsi
author
Weijie Gao
<weijie.gao@mediatek.com>
Thu, 6 Feb 2025 00:41:28 +0000
(08:41 +0800)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/mt7986-u-boot.dtsi
b/arch/arm/dts/mt7986-u-boot.dtsi
index
096b973
..
71e8330
100644
(file)
--- a/
arch/arm/dts/mt7986-u-boot.dtsi
+++ b/
arch/arm/dts/mt7986-u-boot.dtsi
@@
-28,6
+28,6
@@
bootph-all;
};
-&pi
nctrl
{
+&pi
o
{
bootph-all;
};