[OpenWrt-Devel] [PATCH] ramips: add missing rt3352 usb profile

2014-07-02 Thread michael lee
From: michael igv...@gmail.com

Signed-off-by: michael igv...@gmail.com
---
 target/linux/ramips/dts/rt3352.dtsi | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/target/linux/ramips/dts/rt3352.dtsi 
b/target/linux/ramips/dts/rt3352.dtsi
index 6b1f11d..47e30a3 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -216,6 +216,13 @@
interrupts = 17;
};
 
+   usbphy {
+   compatible = ralink,rt3xxx-usbphy;
+
+   resets = rstctrl 22 rstctrl 25;
+   reset-names = host, device;
+   };
+
wmac@1018 {
compatible = ralink,rt3352-wmac, ralink,rt2880-wmac;
reg = 0x1018 4;
@@ -227,7 +234,7 @@
};
 
ehci@101c {
-   compatible = ralink,rt3352-ehci, ehci-platform;
+   compatible = ralink,rt3xxx-ehci, ehci-platform;
reg = 0x101c 0x1000;
 
interrupt-parent = intc;
@@ -237,7 +244,7 @@
};
 
ohci@101c1000 {
-   compatible = ralink,rt3352-ohci, ohci-platform;
+   compatible = ralink,rt3xxx-ohci, ohci-platform;
reg = 0x101c1000 0x1000;
 
interrupt-parent = intc;
-- 
1.8.5.5
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] ramips: add missing rt3352 usb profile

2014-07-02 Thread John Crispin


On 02/07/2014 16:46, michael lee wrote:
 From: michael igv...@gmail.com
 
 Signed-off-by: michael igv...@gmail.com


Thanks, applied in r41475 and r41476

John
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel