소스 검색

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 <[email protected]>
Felix Fietkau 7 년 전
부모
커밋
07b4e49abb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/linux/ramips/dts/mt7628an.dtsi

+ 1 - 1
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>;