[openwrt/openwrt] mediatek/filogic: fix mt7981.dtsi PCIe support
LEDE Commits
lede-commits at lists.infradead.org
Tue May 21 01:40:48 PDT 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/27286ed52415be4f62bf80a5befcabcdb87684f2
commit 27286ed52415be4f62bf80a5befcabcdb87684f2
Author: John Crispin <john at phrozen.org>
AuthorDate: Thu Apr 4 20:11:54 2024 +0200
mediatek/filogic: fix mt7981.dtsi PCIe support
* the compatible string was wrong
* the pinmux was missing
Signed-off-by: John Crispin <john at phrozen.org>
---
.../linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7981.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7981.dtsi b/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7981.dtsi
index 54cfd0b4b9..012c6e4e5b 100644
--- a/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7981.dtsi
+++ b/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7981.dtsi
@@ -416,7 +416,7 @@
pcie: pcie at 11280000 {
compatible = "mediatek,mt7981-pcie",
- "mediatek,mt7986-pcie";
+ "mediatek,mt8192-pcie";
reg = <0 0x11280000 0 0x4000>;
reg-names = "pcie-mac";
ranges = <0x82000000 0 0x20000000
More information about the lede-commits
mailing list