diff options
| author | Rosen Penev | 2024-12-17 20:07:20 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-12-30 12:50:04 +0000 |
| commit | 3c5809699df1240d9c7b2dd38578920f87f27150 (patch) | |
| tree | 6a94d44a2cf2c0fbea92fd26d6d793d9932b60f9 | |
| parent | 1aae1dfaf2a1c85aa5bc3faf7e75ff132ab31f95 (diff) | |
| download | openwrt-3c5809699df1240d9c7b2dd38578920f87f27150.tar.gz | |
ath79: add missing compatible for ath9k
The fritz 300e has an AR9382, which is atypical for ar7242 platforms.
Document it properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17427
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ath79/dts/ar7242_avm_fritz300e.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts index f8ca3ed563..3d04b24082 100644 --- a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts +++ b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts @@ -141,6 +141,7 @@ status = "okay"; ath9k: wifi@0,0 { + compatible = "pci168c,0030"; reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; |