Skip to content

Commit

Permalink
ARM: dts: am437x-gp-evm: Enable USB
Browse files Browse the repository at this point in the history
Enable
	- USB PHY
	- USB
for am437x-gp-evm

Signed-off-by: George Cherian <[email protected]>
Acked-by: Roger Quadros <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
georgecherian authored and tmlind committed May 6, 2014
1 parent a0ae47e commit b5820d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/am437x-gp-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,21 @@
pinctrl-0 = <&mmc1_pins>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
};

&usb2_phy1 {
status = "okay";
};

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

&usb2_phy2 {
status = "okay";
};

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

0 comments on commit b5820d3

Please sign in to comment.