projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ceb5f
)
usb: chipidea: imx: fix a typo for imx6sx
author
Li Jun
<jun.li@freescale.com>
Wed, 16 Sep 2015 06:46:32 +0000
(14:46 +0800)
committer
Peter Chen
<peter.chen@freescale.com>
Wed, 16 Sep 2015 05:45:11 +0000
(13:45 +0800)
Use imx6sx instead of imx6sl's platform flags for imx6sx.
Fixes:
e14db48dfcf3
("usb: chipidea: imx: add runtime power management support")
Cc: <stable@vger.kernel.org> # v4.1+
Signed-off-by: Li Jun <jun.li@freescale.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
drivers/usb/chipidea/ci_hdrc_imx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/chipidea/ci_hdrc_imx.c
b/drivers/usb/chipidea/ci_hdrc_imx.c
index 867e9f3f385959b5add2aad6b9c831f82949c809..dcc50c878159e5aa7e3bb5e7c79051e483e655ac 100644
(file)
--- a/
drivers/usb/chipidea/ci_hdrc_imx.c
+++ b/
drivers/usb/chipidea/ci_hdrc_imx.c
@@
-61,7
+61,7
@@
static const struct of_device_id ci_hdrc_imx_dt_ids[] = {
{ .compatible = "fsl,imx27-usb", .data = &imx27_usb_data},
{ .compatible = "fsl,imx6q-usb", .data = &imx6q_usb_data},
{ .compatible = "fsl,imx6sl-usb", .data = &imx6sl_usb_data},
- { .compatible = "fsl,imx6sx-usb", .data = &imx6s
l
_usb_data},
+ { .compatible = "fsl,imx6sx-usb", .data = &imx6s
x
_usb_data},
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ci_hdrc_imx_dt_ids);