From 16b58c278fe8bfb062fc35e35644014ed89719cd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 16 Dec 2024 14:15:08 -0800 Subject: [PATCH] ath79: om2p-v1: fix compatible string This device uses AR9285, and not AR9280. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/18271 Signed-off-by: Hauke Mehrtens --- 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 673e9b740b6..28b764069e0 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";