diff options
| author | Rosen Penev | 2024-12-16 22:15:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-03-17 20:34:33 +0000 |
| commit | 16b58c278fe8bfb062fc35e35644014ed89719cd (patch) | |
| tree | bd1a086ee1cd64a8c6ae16de7abe47ca43c9e576 | |
| parent | 612bedaf5b0a0186e34e521ebfc122404aeff265 (diff) | |
| download | openwrt-16b58c278fe8bfb062fc35e35644014ed89719cd.tar.gz | |
ath79: om2p-v1: fix compatible string
This device uses AR9285, and not AR9280.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18271
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts b/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts index 673e9b740b..28b764069e 100644 --- a/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts +++ b/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts @@ -169,7 +169,7 @@ status = "okay"; wifi@0,0 { - compatible = "pci168c,002a"; + compatible = "pci168c,002b"; reg = <0x0000 0 0 0 0>; nvmem-cells = <&calibration_art_1000>; nvmem-cell-names = "calibration"; |