From: Rosen Penev Date: Mon, 16 Dec 2024 22:15:08 +0000 (-0800) Subject: ath79: om2p-v1: fix compatible string X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b58c278fe8bfb062fc35e35644014ed89719cd;p=thirdparty%2Fopenwrt.git 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 --- 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";