Skip to content

Commit ffade9f

Browse files
Eddie Jamesshenki
authored andcommitted
ARM: dts: aspeed: rainier: 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 6036d96 commit ffade9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@
122122
};
123123
};
124124

125+
&ehci1 {
126+
status = "okay";
127+
};
128+
125129
&gpio0 {
126130
gpio-line-names =
127131
/*A0-A7*/ "","","","","","","","",
@@ -138,7 +142,7 @@
138142
/*L0-L7*/ "","","","","","","","",
139143
/*M0-M7*/ "","","","","","","","",
140144
/*N0-N7*/ "","","","","","","","",
141-
/*O0-O7*/ "","","","","","","","",
145+
/*O0-O7*/ "","","","usb-power","","","","",
142146
/*P0-P7*/ "","","","","","","","",
143147
/*Q0-Q7*/ "cfam-reset","","","","","","","",
144148
/*R0-R7*/ "","","","","","","","",

0 commit comments

Comments
 (0)