Skip to content
Snippets Groups Projects
Commit 6af80d1f authored by Ye Li's avatar Ye Li Committed by Troy Kisky
Browse files

MLK-17573-2 xhci-imx8m: add USB3 controller 1 address


i.MX8MQ has two USB3 controllers. Previously we only added the #2
controller support in driver. This patch adds the address for #1
controller.

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
Acked-by: default avatarJun Li <jun.li@nxp.com>
(cherry picked from commit 3172dab3f9b25ccf8f66b122a69cda1da65d808f)
parent 798b1e6f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ struct imx8m_usbctrl_data {
};
static struct imx8m_xhci imx8m_xhci;
static struct imx8m_usbctrl_data ctr_data[] = {
{0, USB1_BASE_ADDR},
{1, USB2_BASE_ADDR},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment