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>
This commit is contained in:
Dmitry Lifshitz 2014-09-17 15:10:08 +03:00 committed by Tony Lindgren
parent 1a3290b813
commit be9d32e8ab

View file

@ -632,6 +632,11 @@ &usbhsehci {
phys = <0 &hsusb2_phy &hsusb3_phy>;
};
&usb3 {
extcon = <&extcon_usb3>;
vbus-supply = <&smps10_out1_reg>;
};
&cpu0 {
cpu0-supply = <&smps123_reg>;
};