Skip to content
Snippets Groups Projects
Commit b4be4617 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

ramips: add RP-N53 pcie wireless eeprom


Fix the PCIe 5GHz wireless by using the on flash eeprom/caldata.
Disable the 2.4GHz band as this band has no antennas attached but is
enabled in the eeprom/caldata.

Fixes: FS#691

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent 21abb749
No related branches found
No related tags found
No related merge requests found
...@@ -162,4 +162,13 @@ ...@@ -162,4 +162,13 @@
&pcie { &pcie {
status = "okay"; status = "okay";
pcie-bridge {
wifi@1814,5592 {
compatible = "pci1814,5592";
reg = <0x0000 0 0 0 0>;
ralink,2ghz = <0>;
ralink,mtd-eeprom = <&factory 0x8000>;
};
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment