From b2660e67f0fb9f3398b871ad1fef5725e1b5d7d2 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 22 Feb 2020 21:25:07 +0100 Subject: Revert "ath79: add support for Ubiquiti NanoStation Loco M (XW)" This reverts commit 21bf718b8c3b0fe1f13807aa5db16a2fb4f48120. Until the mdio-reset is solved, this is not ready for stable release. Signed-off-by: Adrian Schmutzler --- .../dts/ar9342_ubnt_nanostation-loco-m-xw.dts | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts deleted file mode 100644 index 8fb05eda24..0000000000 --- a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts +++ /dev/null @@ -1,29 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; - -#include -#include - -#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>; -}; -- cgit v1.2.3