From 0c14bea523076548375ee25f71923e828fc9905c Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 25 Aug 2014 16:31:13 +0000
Subject: [PATCH] ralink: the mt7620 evb has a usb port

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42293
---
 target/linux/ramips/dts/MT7620a.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/target/linux/ramips/dts/MT7620a.dts b/target/linux/ramips/dts/MT7620a.dts
index 05b8da3e72..826441e633 100644
--- a/target/linux/ramips/dts/MT7620a.dts
+++ b/target/linux/ramips/dts/MT7620a.dts
@@ -116,4 +116,12 @@
 			linux,code = <0x101>;
 		};
 	};
+
+	ehci@101c0000 {
+		status = "okay";
+	};
+
+	ohci@101c1000 {
+		status = "okay";
+	};
 };
-- 
GitLab