aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index bd8ccdb3e2..dde572bf9d 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -337,12 +337,13 @@
#reset-cells = <1>;
};
- usbphy: usbphy {
+ usbphy: usbphy@10120000 {
compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy";
+ reg = <0x10120000 1000>;
#phy-cells = <1>;
- resets = <&rstctrl 22>;
- reset-names = "host";
+ resets = <&rstctrl 22 &rstctrl 25>;
+ reset-names = "host", "device";
};
sdhci@10130000 {