ryu: enable external usb 2.0 port
BUG=chrome-os-partner:31293 BRANCH=None TEST=Able to get sporadic USB communication in depthcharge on ryu. Change-Id: Ic5402d18943c3cc8fb4556c47e587134633fbf72 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/212333 Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
5183c5081a
commit
e5412cfc14
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ static const struct pad_config mmcpads[] = {
|
|||
static const struct funit_cfg funits[] = {
|
||||
/* MMC on SDMMC4 controller at 48MHz. */
|
||||
FUNIT_CFG(SDMMC4, PLLP, 48000, mmcpads, ARRAY_SIZE(mmcpads)),
|
||||
FUNIT_CFG_USB(USBD),
|
||||
};
|
||||
|
||||
static void mainboard_init(device_t dev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue