#20499: [15.05-ramips-rt305x-dir-620-d1] Problems with installation of kmod-usb2
-------------------------+------------------------
Reporter: asteroid56 | Owner: developers
Type: defect | Status: new
Priority: highest | Milestone:
Component: packages | Version: Trunk
Resolution: | Keywords: usb kmod
-------------------------+------------------------
Comment (by anonymous):
This patch can fix the problem:
diff --git a/target/linux/ramips/dts/rt3352.dtsi
b/target/linux/ramips/dts/rt3352.dtsi
index cfa0db6..0932b52 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -252,8 +252,9 @@
interrupts = <17>;
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,rt3352-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
@@ -273,6 +274,9 @@
compatible = "generic-ehci";
reg = <0x101c0000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
@@ -283,6 +287,9 @@
compatible = "generic-ohci";
reg = <0x101c1000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
--
Ticket URL: <https://dev.openwrt.org/ticket/20499#comment:4>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets