projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445682c
)
ramips: fix usb phy compatible string (should fix FS#1489)
author
Felix Fietkau
<nbd@nbd.name>
Fri, 13 Apr 2018 11:13:20 +0000
(13:13 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 13 Apr 2018 11:13:53 +0000
(13:13 +0200)
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>
target/linux/ramips/dts/mt7628an.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7628an.dtsi
b/target/linux/ramips/dts/mt7628an.dtsi
index b5edf506f8dfa46932e55bc08371ff4d4f47a4e2..df2ed37c9a1c7ecbeab970fa42db36440a038102 100644
(file)
--- 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>;