diff options
author | John Crispin <john@openwrt.org> | 2016-01-04 14:21:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-04 14:21:17 +0000 |
commit | eb9fccc4404763192782a65aecd89baa280c276a (patch) | |
tree | f6a85c5fedd9c24ace7e35cc6023d02a77183ab6 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 9b675a2a33f5c6b9c03b96a88005b1589cf88338 (diff) | |
download | upstream-eb9fccc4404763192782a65aecd89baa280c276a.tar.gz upstream-eb9fccc4404763192782a65aecd89baa280c276a.tar.bz2 upstream-eb9fccc4404763192782a65aecd89baa280c276a.zip |
ralink: update the usb phy driver to the version sent upstream
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48114
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 95d192be1b..03507eb5c5 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -341,11 +341,11 @@ }; usbphy: usbphy { - compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy"; + compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy"; #phy-cells = <1>; - resets = <&rstctrl 22>; - reset-names = "host"; + resets = <&rstctrl 22 &rstctrl 25>; + reset-names = "host", "device"; }; sdhci@10130000 { |