浏览代码

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 年之前
父节点
当前提交
15ac869375
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>;
+	};
 };