Revert "ath79: add support for Ubiquiti NanoStation Loco M (XW)"
This reverts commit 21bf718b8c.
Until the mdio-reset is solved, this is not ready for stable release.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -201,7 +201,6 @@ tplink,tl-wr842n-v2)
|
|||||||
ubnt,bullet-m|\
|
ubnt,bullet-m|\
|
||||||
ubnt,bullet-m-xw|\
|
ubnt,bullet-m-xw|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m|\
|
||||||
ubnt,nanostation-loco-m-xw|\
|
|
||||||
ubnt,nanostation-m|\
|
ubnt,nanostation-m|\
|
||||||
ubnt,nanostation-m-xw|\
|
ubnt,nanostation-m-xw|\
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m|\
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ ath79_setup_interfaces()
|
|||||||
ubnt,nanobeam-ac|\
|
ubnt,nanobeam-ac|\
|
||||||
ubnt,nanostation-ac-loco|\
|
ubnt,nanostation-ac-loco|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m|\
|
||||||
ubnt,nanostation-loco-m-xw|\
|
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m|\
|
||||||
ubnt,rocket-m|\
|
ubnt,rocket-m|\
|
||||||
ubnt,unifiac-lite|\
|
ubnt,unifiac-lite|\
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
#include <dt-bindings/input/input.h>
|
|
||||||
|
|
||||||
#include "ar9342_ubnt_xw.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "ubnt,nanostation-loco-m-xw", "ubnt,xw", "qca,ar9342";
|
|
||||||
model = "Ubiquiti Nanostation Loco M (XW)";
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
phy-mask = <0x1>;
|
|
||||||
|
|
||||||
phy1: ethernet-phy@1 {
|
|
||||||
reg = <1>;
|
|
||||||
phy-mode = "mii";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ð0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
phy-handle = <&phy1>;
|
|
||||||
};
|
|
||||||
@@ -125,14 +125,6 @@ define Device/ubnt_nanostation-loco-m
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_nanostation-loco-m
|
TARGET_DEVICES += ubnt_nanostation-loco-m
|
||||||
|
|
||||||
define Device/ubnt_nanostation-loco-m-xw
|
|
||||||
$(Device/ubnt-xw)
|
|
||||||
DEVICE_TITLE := Ubiquiti Nanostation Loco M (XW)
|
|
||||||
DEVICE_PACKAGES += rssileds
|
|
||||||
SUPPORTED_DEVICES += loco-m-xw
|
|
||||||
endef
|
|
||||||
TARGET_DEVICES += ubnt_nanostation-loco-m-xw
|
|
||||||
|
|
||||||
define Device/ubnt_nanostation-m
|
define Device/ubnt_nanostation-m
|
||||||
$(Device/ubnt-xm)
|
$(Device/ubnt-xm)
|
||||||
DEVICE_TITLE := Ubiquiti Nanostation M
|
DEVICE_TITLE := Ubiquiti Nanostation M
|
||||||
|
|||||||
Reference in New Issue
Block a user