summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2014-09-17 14:10:08 +0200
committerTony Lindgren <tony@atomide.com>2014-09-18 18:07:52 +0200
commitbe9d32e8ab4c1668abce1dae8ce4db9e9f3e874a (patch)
tree8386c85cce5392c642d4f59ea82b9bdb4b48d497 /arch/arm/boot
parentARM: dts: cm-t54: add ADS7846 touchscreen support (diff)
downloadlinux-be9d32e8ab4c1668abce1dae8ce4db9e9f3e874a.tar.xz
linux-be9d32e8ab4c1668abce1dae8ce4db9e9f3e874a.zip
ARM: dts: cm-t54: setup omap_dwc3
Add "extcon" and "vbus-supply" properties of DWC3 node. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/omap5-cm-t54.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts
index 88f3dc6f1835..880333ab0971 100644
--- a/arch/arm/boot/dts/omap5-cm-t54.dts
+++ b/arch/arm/boot/dts/omap5-cm-t54.dts
@@ -632,6 +632,11 @@
phys = <0 &hsusb2_phy &hsusb3_phy>;
};
+&usb3 {
+ extcon = <&extcon_usb3>;
+ vbus-supply = <&smps10_out1_reg>;
+};
+
&cpu0 {
cpu0-supply = <&smps123_reg>;
};