From 6af80d1f4408b0b89f37088ad5adf6e40e4f3946 Mon Sep 17 00:00:00 2001 From: Ye Li <ye.li@nxp.com> Date: Sun, 11 Feb 2018 02:45:07 -0800 Subject: [PATCH] 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: Ye Li <ye.li@nxp.com> Acked-by: Jun Li <jun.li@nxp.com> (cherry picked from commit 3172dab3f9b25ccf8f66b122a69cda1da65d808f) --- drivers/usb/host/xhci-imx8m.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-imx8m.c b/drivers/usb/host/xhci-imx8m.c index b4ed87df46c..32ae1f927e5 100644 --- a/drivers/usb/host/xhci-imx8m.c +++ b/drivers/usb/host/xhci-imx8m.c @@ -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}, }; -- GitLab