summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch')
-rw-r--r--patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch b/patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch
new file mode 100644
index 0000000..b20a6a5
--- /dev/null
+++ b/patches/linux-3.12/0738-ARM-dts-omap3-beagle-Add-USB-OTG-PHY-details.patch
@@ -0,0 +1,28 @@
+From: Roger Quadros <rogerq@ti.com>
+Date: Tue, 24 Sep 2013 11:53:56 +0300
+Subject: [PATCH] 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>
+---
+ arch/arm/boot/dts/omap3-beagle.dts | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
+index 1237822..7669c16 100644
+--- a/arch/arm/boot/dts/omap3-beagle.dts
++++ b/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>;
++};