mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
ath79: fix calibration size for AR9287
These devices use AR9287, which uses 3d8 as the calibration size, not 440 like newer chips do. Add a compatible line to make it clear that this is the case. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
8ac410150a
commit
ddaf532958
@ -83,7 +83,7 @@
|
||||
};
|
||||
|
||||
calibration_art_1000: calibration@1000 {
|
||||
reg = <0x1000 0x440>;
|
||||
reg = <0x1000 0x3d8>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -92,6 +92,7 @@
|
||||
};
|
||||
|
||||
&wifi {
|
||||
compatible = "pci168c,002e";
|
||||
nvmem-cells = <&calibration_art_1000>;
|
||||
nvmem-cell-names = "calibration";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user