summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-09-30 23:38:22 +0000
committerRobert Marko2025-01-10 09:53:46 +0000
commit165b9e439387e949561dd7b1f03e07615e252618 (patch)
tree8caa49844b4db08eca1ee5c04dd2b8697255bc2f
parentbaa656193958bbb21ae0cf1decdc87c0f89a4f9b (diff)
downloadopenwrt-165b9e439387e949561dd7b1f03e07615e252618.tar.gz
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@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16555 Link: https://github.com/openwrt/openwrt/pull/17512 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts4
1 files 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@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 */
};