Skip to content

Commit

Permalink
ARM: dts: cm-t54: setup omap_dwc3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Lifshitz authored and Tony Lindgren committed Sep 18, 2014
1 parent 1a3290b commit be9d32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap5-cm-t54.dts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,11 @@
phys = <0 &hsusb2_phy &hsusb3_phy>;
};

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

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

0 comments on commit be9d32e

Please sign in to comment.