ramips: fix usb phy compatible string (should fix FS#1489)
authorFelix Fietkau <nbd@nbd.name>
Fri, 13 Apr 2018 11:13:20 +0000 (13:13 +0200)
committerFelix 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

index b5edf506f8dfa46932e55bc08371ff4d4f47a4e2..df2ed37c9a1c7ecbeab970fa42db36440a038102 100644 (file)
        };
 
        usbphy: usbphy@10120000 {
-               compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
+               compatible = "mediatek,mt7628-usbphy", "mediatek,mt7620-usbphy";
                reg = <0x10120000 0x1000>;
                #phy-cells = <0>;