lantiq: fritz7430: fix PCI ID
authorRosen Penev <rosenp@gmail.com>
Mon, 30 Sep 2024 23:38:22 +0000 (16:38 -0700)
committerRobert Marko <robimarko@gmail.com>
Fri, 27 Dec 2024 10:20:19 +0000 (11:20 +0100)
This platform has a bogus PCI ID for the chip. Correct it in DTS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16555
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts

index a0af4dff328eb9df814728e2fd6130a688e22e15..7604248cb7929f0c055f7a1291229bedeeae7d15 100644 (file)
                #address-cells = <3>;
                device_type = "pci";
 
-               wifi@168c,abcd {
-                       compatible = "pci168c,abcd";
+               wifi@0,0 {
+                       compatible = "pci168c,0030";
                        reg = <0 0 0 0 0>;
                        qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
                };