Skip to content

Commit

Permalink
ARM: dts: am43x-epos-evm: Enable USB
Browse files Browse the repository at this point in the history
Enable
	- USB PHY
	- USB

for am43x-epos-evm

Signed-off-by: George Cherian <george.cherian@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
George Cherian authored and Tony Lindgren committed May 6, 2014
1 parent b5820d3 commit 61d5924
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/am43x-epos-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,21 @@
pinctrl-0 = <&spi1_pins>;
status = "okay";
};

&usb2_phy1 {
status = "okay";
};

&usb1 {
dr_mode = "peripheral";
status = "okay";
};

&usb2_phy2 {
status = "okay";
};

&usb2 {
dr_mode = "host";
status = "okay";
};

0 comments on commit 61d5924

Please sign in to comment.