summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3352.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-02 16:37:30 +0000
committerJohn Crispin <john@openwrt.org>2014-07-02 16:37:30 +0000
commitbbfb3baaedd8c95878b17ca6fbddcb81ceaae976 (patch)
tree8723350e82af671b27740dc2d785d55c509a68c8 /target/linux/ramips/dts/rt3352.dtsi
parent62287e589d37e1919e8c6c0bb3d8ded9a353495d (diff)
downloadmaster-31e0f0ae-bbfb3baaedd8c95878b17ca6fbddcb81ceaae976.tar.gz
master-31e0f0ae-bbfb3baaedd8c95878b17ca6fbddcb81ceaae976.tar.bz2
master-31e0f0ae-bbfb3baaedd8c95878b17ca6fbddcb81ceaae976.zip
ramips: add missing rt3352 usb phy node to dts
Signed-off-by: michael <igvtee@gmail.com> SVN-Revision: 41476
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r--target/linux/ramips/dts/rt3352.dtsi11
1 files changed, 9 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi
index 6b1f11d770..47e30a3335 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@10180000 {
compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
reg = <0x10180000 40000>;
@@ -227,7 +234,7 @@
};
ehci@101c0000 {
- compatible = "ralink,rt3352-ehci", "ehci-platform";
+ compatible = "ralink,rt3xxx-ehci", "ehci-platform";
reg = <0x101c0000 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>;