projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da18c5
)
MLK-17573-2 xhci-imx8m: add USB3 controller 1 address
author
Ye Li
<ye.li@nxp.com>
Sun, 11 Feb 2018 10:45:07 +0000
(
02:45
-0800)
committer
Ye Li
<ye.li@nxp.com>
Sat, 24 Feb 2018 08:05:41 +0000
(
00:05
-0800)
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>
drivers/usb/host/xhci-imx8m.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-imx8m.c
b/drivers/usb/host/xhci-imx8m.c
index
b4ed87d
..
32ae1f9
100644
(file)
--- 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},
};