diff options
author | John Crispin <john@phrozen.org> | 2016-07-06 21:42:54 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-11 14:19:46 +0200 |
commit | 252f7516119d4c7ab448dfc91c902d5703c823eb (patch) | |
tree | fd745e4ab0c08fe93e0c9a22fbf70ef0fded9e75 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 09907170ddf8fc50ff14f8d8715c438f1721cc9c (diff) | |
download | upstream-252f7516119d4c7ab448dfc91c902d5703c823eb.tar.gz upstream-252f7516119d4c7ab448dfc91c902d5703c823eb.tar.bz2 upstream-252f7516119d4c7ab448dfc91c902d5703c823eb.zip |
ramips: fix usb phy initialisation
this broke usb20 device detection.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 671aaef386..dc3ba9e323 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -360,7 +360,7 @@ usbphy: usbphy@10120000 { compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy"; - reg = <0x10120000 0x4000>; + reg = <0x10120000 0x1000>; #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; |