Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216928 > unrolled thread

[PATCH 4/4] MIPS: ath79: Enable the USB port on the TL-WR1043ND

Started byAlban Bedel <albeu@free.fr>
First post2015-09-01 17:30 +0200
Last post2015-09-01 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/4] MIPS: ath79: Enable the USB port on the TL-WR1043ND Alban Bedel <albeu@free.fr> - 2015-09-01 17:30 +0200

#1216928 — [PATCH 4/4] MIPS: ath79: Enable the USB port on the TL-WR1043ND

FromAlban Bedel <albeu@free.fr>
Date2015-09-01 17:30 +0200
Subject[PATCH 4/4] MIPS: ath79: Enable the USB port on the TL-WR1043ND
Message-ID<q3VFw-23x-27@gated-at.bofh.it>
Signed-off-by: Alban Bedel <albeu@free.fr>
---
 arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts
index 003015a..cd51199 100644
--- a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts
+++ b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts
@@ -35,6 +35,10 @@
 			};
 		};
 
+		ehci@1b000100 {
+			status = "okay";
+		};
+
 		spi@1f000000 {
 			status = "okay";
 			num-cs = <1>;
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web