[openwrt/openwrt] ramips: fix usb phy compatible string (should fix FS#1489)

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 13 04:14:16 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/07b4e49abb336775e3d6c2f67739343b77c4f768

commit 07b4e49abb336775e3d6c2f67739343b77c4f768
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Apr 13 13:13:20 2018 +0200

    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 at nbd.name>
---
 target/linux/ramips/dts/mt7628an.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index b5edf50..df2ed37 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -373,7 +373,7 @@
 	};
 
 	usbphy: usbphy at 10120000 {
-		compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
+		compatible = "mediatek,mt7628-usbphy", "mediatek,mt7620-usbphy";
 		reg = <0x10120000 0x1000>;
 		#phy-cells = <0>;
 



More information about the lede-commits mailing list