[openwrt/openwrt] lantiq: fritz7430: fix PCI ID

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 27 02:20:24 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/90ecd826c592baac8dfbc33065da07d760e52300

commit 90ecd826c592baac8dfbc33065da07d760e52300
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon Sep 30 16:38:22 2024 -0700

    lantiq: fritz7430: fix PCI ID
    
    This platform has a bogus PCI ID for the chip. Correct it in DTS.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16555
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts
index a0af4dff32..7604248cb7 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts
@@ -173,8 +173,8 @@
 		#address-cells = <3>;
 		device_type = "pci";
 
-		wifi at 168c,abcd {
-			compatible = "pci168c,abcd";
+		wifi at 0,0 {
+			compatible = "pci168c,0030";
 			reg = <0 0 0 0 0>;
 			qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
 		};




More information about the lede-commits mailing list