diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-19 04:33:28 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-08-19 04:33:28 +0900 |
commit | 15ac869375030824ac344038a9dce59fe93a8b9c (patch) | |
tree | 8029b8e60d9326578deb7a377720c6f2cc14ea2d | |
parent | 7c1b0ec52969e6e2fb5676dfc74eb2770bc4c7b2 (diff) | |
download | op-kernel-dev-15ac869375030824ac344038a9dce59fe93a8b9c.zip op-kernel-dev-15ac869375030824ac344038a9dce59fe93a8b9c.tar.gz |
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.dts | 4 |
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 3e4589b..452d0b0 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>; + }; }; |