Browse Source

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 years ago
parent
commit
15ac869375
1 changed files with 4 additions and 0 deletions
  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>;
+	};
 };