]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: om2p-v1: fix compatible string 18271/head
authorRosen Penev <rosenp@gmail.com>
Mon, 16 Dec 2024 22:15:08 +0000 (14:15 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 17 Mar 2025 20:34:33 +0000 (21:34 +0100)
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>
target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts

index 673e9b740b6f06ba8b284e0dfd756638db62b0f0..28b764069e04b39186d702d6d81cacfbedf39cdc 100644 (file)
        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";