projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec2167
)
MLK-10783-5 usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string
author
Peter Chen
<peter.chen@freescale.com>
Thu, 30 Apr 2015 03:43:13 +0000
(11:43 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:05 +0000
(14:47 -0500)
Add "fsl,imx6ul-usbphy" compatible string
Signed-off-by: Peter Chen <peter.chen@freescale.com>
(cherry picked from commit
dba30c6e41a9380b41715eca54792bfaa64693d0
)
drivers/usb/phy/phy-mxs-usb.c
patch
|
blob
|
history
diff --git
a/drivers/usb/phy/phy-mxs-usb.c
b/drivers/usb/phy/phy-mxs-usb.c
index
0670ee8
..
f51bf7b
100644
(file)
--- a/
drivers/usb/phy/phy-mxs-usb.c
+++ b/
drivers/usb/phy/phy-mxs-usb.c
@@
-173,6
+173,7
@@
static const struct mxs_phy_data imx6ul_phy_data = {
};
static const struct of_device_id mxs_phy_dt_ids[] = {
+ { .compatible = "fsl,imx6ul-usbphy", .data = &imx6sx_phy_data, },
{ .compatible = "fsl,imx6sx-usbphy", .data = &imx6sx_phy_data, },
{ .compatible = "fsl,imx6sl-usbphy", .data = &imx6sl_phy_data, },
{ .compatible = "fsl,imx6q-usbphy", .data = &imx6q_phy_data, },