From 07b4e49abb336775e3d6c2f67739343b77c4f768 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Apr 2018 13:13:20 +0200 Subject: [PATCH] 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 --- 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 b5edf506f8..df2ed37c9a 100644 --- 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>; -- 2.30.2