From: Mark Brown Date: Sun, 18 Aug 2013 19:33:28 +0000 (+0900) Subject: ARM: dts: Hook up internal PHY on Arndale X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=15ac869375030824ac344038a9dce59fe93a8b9c;p=deliverable%2Flinux.git 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 Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 3e4589bd4515..452d0b04d273 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -555,4 +555,8 @@ connect-gpios = <&gpd1 7 1>; }; }; + + usb@12110000 { + usb-phy = <&usb2_phy>; + }; };