diff options
| author | Rosen Penev | 2024-12-14 22:32:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-12-23 22:46:41 +0000 |
| commit | ed5f6fdd7d2e2ca1ddb6bd5369723bc3a5c53622 (patch) | |
| tree | 4f5686e08ba94f87d43b63a74814196d93930165 | |
| parent | a2b0ded29f1f92663b1fd7e2a3382d61f1856b09 (diff) | |
| download | openwrt-ed5f6fdd7d2e2ca1ddb6bd5369723bc3a5c53622.tar.gz | |
ath79: wr2543: add compatible string for wifi
Makes it clear that the calibration size is correct as most ar72xx
devices use older wifi chips.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17278
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts index 0124ddff87..744971c6f8 100644 --- a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts +++ b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts @@ -159,6 +159,7 @@ status = "okay"; ath9k: wifi@0,0 { + compatible = "pci168c,0030"; reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; |