aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-10-23 08:17:44 +0200
committerMathias Kresin <dev@kresin.me>2017-10-25 08:45:05 +0200
commitdcf62cb24efb2fd69eca921085c3f4306e76e8a2 (patch)
tree985a9f214b5146e9919839456a1b5428cbe163ae /target/linux
parent1f7f24bfb907698f5d162da552069afe5df4e23a (diff)
downloadupstream-dcf62cb24efb2fd69eca921085c3f4306e76e8a2.tar.gz
upstream-dcf62cb24efb2fd69eca921085c3f4306e76e8a2.tar.bz2
upstream-dcf62cb24efb2fd69eca921085c3f4306e76e8a2.zip
ramips: don't enable usb for the WT3020-4M
That device does not have a USB port. It as the same board as the WT3020-8M, but without soldered USB port port. Also the case lacks the opening for the port. Reported-by: Alberto Bursi <alberto.bursi@outlook.it> Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/dts/WT3020-8M.dts8
-rw-r--r--target/linux/ramips/dts/WT3020.dtsi9
2 files changed, 8 insertions, 9 deletions
diff --git a/target/linux/ramips/dts/WT3020-8M.dts b/target/linux/ramips/dts/WT3020-8M.dts
index 05ade7c5a4..b2397d2cd5 100644
--- a/target/linux/ramips/dts/WT3020-8M.dts
+++ b/target/linux/ramips/dts/WT3020-8M.dts
@@ -7,6 +7,14 @@
model = "Nexx WT3020 (8M)";
};
+&ehci {
+ status = "okay";
+};
+
+&ohci {
+ status = "okay";
+};
+
&spi0 {
status = "okay";
diff --git a/target/linux/ramips/dts/WT3020.dtsi b/target/linux/ramips/dts/WT3020.dtsi
index 6bea6cc1f3..91720e32c9 100644
--- a/target/linux/ramips/dts/WT3020.dtsi
+++ b/target/linux/ramips/dts/WT3020.dtsi
@@ -37,15 +37,6 @@
status = "okay";
};
-
-&ehci {
- status = "okay";
-};
-
-&ohci {
- status = "okay";
-};
-
&ethernet {
mtd-mac-address = <&factory 0x4>;
mediatek,portmap = "wllll";