diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-18 21:33:28 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-08-18 21:33:28 +0200 |
commit | 15ac869375030824ac344038a9dce59fe93a8b9c (patch) | |
tree | 8029b8e60d9326578deb7a377720c6f2cc14ea2d /arch/arm/boot/dts/exynos5250-arndale.dts | |
parent | ARM: dts: Enable USB hub on Arndale (diff) | |
download | linux-15ac869375030824ac344038a9dce59fe93a8b9c.tar.xz linux-15ac869375030824ac344038a9dce59fe93a8b9c.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-arndale.dts')
-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 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>; + }; }; |