Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be9d32e8 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: cm-t54: setup omap_dwc3



Add "extcon" and "vbus-supply" properties of DWC3 node.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 1a3290b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -632,6 +632,11 @@
	phys = <0 &hsusb2_phy &hsusb3_phy>;
};

&usb3 {
       extcon = <&extcon_usb3>;
       vbus-supply = <&smps10_out1_reg>;
};

&cpu0 {
	cpu0-supply = <&smps123_reg>;
};