diff options
author | Roman Yeryomin <roman@advem.lv> | 2018-02-22 18:07:35 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-22 17:25:38 +0100 |
commit | 6b6dc2b3e38b3cc821cebd7d7cf0610e1ce65964 (patch) | |
tree | 601793002a4f846e58709afcf9243b0460e0b0c1 /target/linux/ramips/dts | |
parent | 848a4abf27d8fb49714330d6ecafa6a51104d611 (diff) | |
download | upstream-6b6dc2b3e38b3cc821cebd7d7cf0610e1ce65964.tar.gz upstream-6b6dc2b3e38b3cc821cebd7d7cf0610e1ce65964.tar.bz2 upstream-6b6dc2b3e38b3cc821cebd7d7cf0610e1ce65964.zip |
ramips: mt7621: fix usb init
In 4.14 reg-names is required to identify resources.
Otherwise init fails with:
[ 5.900501] xhci-mtk 1e1c0000.xhci: invalid resource
[ 5.910499] xhci-mtk: probe of 1e1c0000.xhci failed with error -22
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index d68ddf3bc6..23b5455d68 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -342,6 +342,7 @@ compatible = "mediatek,mt8173-xhci"; reg = <0x1e1c0000 0x1000 0x1e1d0700 0x0100>; + reg-names = "mac", "ippc"; clocks = <&sysclock>; clock-names = "sys_ck"; |