projects
/
openwrt
/
staging
/
linusw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c76e63
)
ath79: fix calibration size for AR9287
author
Rosen Penev
<
[email protected]
>
Mon, 16 Dec 2024 22:15:08 +0000
(14:15 -0800)
committer
Hauke Mehrtens
<
[email protected]
>
Mon, 23 Dec 2024 22:46:41 +0000
(23:46 +0100)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/17278
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/ath79/dts/ar7241_ubnt_unifi-ap.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/ar7241_ubnt_unifi-ap.dtsi
b/target/linux/ath79/dts/ar7241_ubnt_unifi-ap.dtsi
index d9c7336f91135cda884ba27d141339269732c062..e9abd423f57d1bb16bea44c2af8a5a3f85c242d5 100644
(file)
--- a/
target/linux/ath79/dts/ar7241_ubnt_unifi-ap.dtsi
+++ b/
target/linux/ath79/dts/ar7241_ubnt_unifi-ap.dtsi
@@
-83,7
+83,7
@@
};
calibration_art_1000: calibration@1000 {
- reg = <0x1000 0x
440
>;
+ reg = <0x1000 0x
3d8
>;
};
};
};
@@
-92,6
+92,7
@@
};
&wifi {
+ compatible = "pci168c,002e";
nvmem-cells = <&calibration_art_1000>;
nvmem-cell-names = "calibration";
};