Skip to content

Commit

Permalink
lantiq: fritz7430: fix PCI ID
Browse files Browse the repository at this point in the history
This platform has a bogus PCI ID for the chip. Correct it in DTS.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt/openwrt#16555
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Dec 27, 2024
1 parent 4348ed9 commit 90ecd82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit 90ecd82

Please sign in to comment.