[openwrt/openwrt] ath79: om2p-v1: fix compatible string
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 17 13:35:22 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/16b58c278fe8bfb062fc35e35644014ed89719cd
commit 16b58c278fe8bfb062fc35e35644014ed89719cd
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon Dec 16 14:15:08 2024 -0800
ath79: om2p-v1: fix compatible string
This device uses AR9285, and not AR9280.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18271
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 0,0 {
- compatible = "pci168c,002a";
+ compatible = "pci168c,002b";
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&calibration_art_1000>;
nvmem-cell-names = "calibration";
More information about the lede-commits
mailing list