浏览代码

ARM: dts: omap3-beagle: Add USB OTG PHY details

Add information about the USB OTG PHY. Without this
the OTG port on beagle will not work.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Roger Quadros 12 年之前
父节点
当前提交
816602086b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      arch/arm/boot/dts/omap3-beagle.dts

+ 7 - 0
arch/arm/boot/dts/omap3-beagle.dts

@@ -169,3 +169,10 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&gpio1_pins>;
 };
+
+&usb_otg_hs {
+	interface-type = <0>;
+	usb-phy = <&usb2_phy>;
+	mode = <3>;
+	power = <50>;
+};