Skip to content

Commit 2c88763

Browse files
Eddie Jamesshenki
authored andcommitted
ARM: dts: Aspeed: tacoma: Enable EHCI controller
Enable the second EHCI controller on the AST2600. Also add a line-name for the GPIO that controls power to the USB port. The power control is in place to allow the port to be disabled, for those that are worried about rogue USB sticks. Signed-off-by: Eddie James <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent ffade9f commit 2c88763

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
};
9696
};
9797

98+
&ehci1 {
99+
status = "okay";
100+
};
101+
98102
&gpio0 {
99103
gpio-line-names =
100104
/*A0-A7*/ "","","","","","","","",
@@ -111,7 +115,7 @@
111115
/*L0-L7*/ "","","","","","","","",
112116
/*M0-M7*/ "","","","","","","","",
113117
/*N0-N7*/ "","","","","","","","",
114-
/*O0-O7*/ "led-rear-power","led-rear-id","","","","","","",
118+
/*O0-O7*/ "led-rear-power","led-rear-id","","usb-power","","","","",
115119
/*P0-P7*/ "","","","","","","","",
116120
/*Q0-Q7*/ "cfam-reset","","","","","","","fsi-routing",
117121
/*R0-R7*/ "","","","","","","","",

0 commit comments

Comments
 (0)