diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-04-13 13:13:20 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-04-13 13:13:53 +0200 |
commit | 07b4e49abb336775e3d6c2f67739343b77c4f768 (patch) | |
tree | 92dc2f3abd449b8dae49c116954636bbdb3945f7 /target/linux/ramips | |
parent | 445682c07d0669984f2cc8acb1fba5e1a5e3bc27 (diff) | |
download | upstream-07b4e49abb336775e3d6c2f67739343b77c4f768.tar.gz upstream-07b4e49abb336775e3d6c2f67739343b77c4f768.tar.bz2 upstream-07b4e49abb336775e3d6c2f67739343b77c4f768.zip |
ramips: fix usb phy compatible string (should fix FS#1489)
In the new USB phy driver, it checks the compatible string before
attempting to iomap its mem resource and do the extra PHY init
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips')
-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 b5edf506f8..df2ed37c9a 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -373,7 +373,7 @@ }; usbphy: usbphy@10120000 { - compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy"; + compatible = "mediatek,mt7628-usbphy", "mediatek,mt7620-usbphy"; reg = <0x10120000 0x1000>; #phy-cells = <0>; |