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>
This commit is contained in:
parent
445682c07d
commit
07b4e49abb
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
usbphy: usbphy@10120000 {
|
usbphy: usbphy@10120000 {
|
||||||
compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
|
compatible = "mediatek,mt7628-usbphy", "mediatek,mt7620-usbphy";
|
||||||
reg = <0x10120000 0x1000>;
|
reg = <0x10120000 0x1000>;
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue