mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 06:52:53 +00:00
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 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
4348ed93c6
commit
90ecd826c5
@ -173,8 +173,8 @@
|
|||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
|
||||||
wifi@168c,abcd {
|
wifi@0,0 {
|
||||||
compatible = "pci168c,abcd";
|
compatible = "pci168c,0030";
|
||||||
reg = <0 0 0 0 0>;
|
reg = <0 0 0 0 0>;
|
||||||
qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
|
qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user