소스 검색

ARM: dts: Hook up internal PHY on Arndale

While the Linux driver stack is capable of figuring this out for itself
document the fact that we really do use the internal PHY even with the
directly wired hub on the board to save anyone else having to work this
out for themselves.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Mark Brown 12 년 전
부모
커밋
15ac869375
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      arch/arm/boot/dts/exynos5250-arndale.dts

+ 4 - 0
arch/arm/boot/dts/exynos5250-arndale.dts

@@ -555,4 +555,8 @@
 			connect-gpios = <&gpd1 7 1>;
 		};
 	};
+
+	usb@12110000 {
+		usb-phy = <&usb2_phy>;
+	};
 };