ath79: remove redundant setup of wmac for ubnt WA devices
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 3 Nov 2020 17:03:01 +0000 (18:03 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 3 Nov 2020 17:34:10 +0000 (18:34 +0100)
Several Ubiquiti WA devices set up &wmac again in their DTS files,
although this is already done in ar9342_ubnt_wa.dtsi.

Fixes: fa3c2676ab0c ("ath79: Add support for Ubiquiti Nanostation AC")
Fixes: cf5a1abe46fc ("ath79: define 2.4GHz radio for nanostation ac loco")
Fixes: 09804da80a99 ("ath79: define 2.4GHz radio for litebeam ac gen2")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/dts/ar9342_ubnt_litebeam-ac-gen2.dts
target/linux/ath79/dts/ar9342_ubnt_nanostation-ac-loco.dts
target/linux/ath79/dts/ar9342_ubnt_nanostation-ac.dts

index d031aa8786aabaddf619b2b56400dfdeb97059c4..9086211ac4f1e0ee18627377de215ed6cfc50de1 100644 (file)
@@ -6,9 +6,3 @@
        compatible = "ubnt,litebeam-ac-gen2", "ubnt,wa", "qca,ar9342";
        model = "Ubiquiti LiteBeam AC Gen2";
 };
-
-&wmac {
-       status = "okay";
-
-       mtd-cal-data = <&art 0x1000>;
-};
index 96d377523321bc71db555cc9df27ee88e97c424a..72cd8b02691d23b423affd199563383ed2b08eb0 100644 (file)
@@ -6,9 +6,3 @@
        compatible = "ubnt,nanostation-ac-loco", "ubnt,wa", "qca,ar9342";
        model = "Ubiquiti Nanostation AC loco (WA)";
 };
-
-&wmac {
-       status = "okay";
-
-       mtd-cal-data = <&art 0x1000>;
-};
index 2d90351331282417d1ddec763e7c534b09f7608f..264498c85795e53852a256428a2f5794d011ba1a 100644 (file)
@@ -36,9 +36,3 @@
                };
        };
 };
-
-&wmac {
-       status = "okay";
-
-       mtd-cal-data = <&art 0x1000>;
-};