summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-19 04:33:28 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-08-19 04:33:28 +0900
commit15ac869375030824ac344038a9dce59fe93a8b9c (patch)
tree8029b8e60d9326578deb7a377720c6f2cc14ea2d
parent7c1b0ec52969e6e2fb5676dfc74eb2770bc4c7b2 (diff)
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>
-rw-r--r--arch/arm/boot/dts/exynos5250-arndale.dts4
1 files changed, 4 insertions, 0 deletions
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>;
+ };
};