Commit b8ae255e authored by Eddie James's avatar Eddie James Committed by Joel Stanley

ARM: dts: aspeed: rainier and everest: Enable UHCI

The UHCI controller is necessary to talk to slower, USB1.1 devices, so
enable the UHCI controller in the device tree.
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20220128214852.21551-4-eajames@linux.ibm.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e011df35
......@@ -2394,6 +2394,10 @@ &ehci1 {
status = "okay";
};
&uhci {
status = "okay";
};
&emmc_controller {
status = "okay";
};
......
......@@ -239,6 +239,10 @@ &ehci1 {
status = "okay";
};
&uhci {
status = "okay";
};
&gpio0 {
gpio-line-names =
/*A0-A7*/ "","","","","","","","",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment