summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-11 11:13:04 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-04-15 01:24:40 +0200
commit87d5a1ac1c6348cecb0bf3c6d20c9a701977cf2c (patch)
tree7f46984914cb87f924a1d65540519bbd29466ace
parentb391d8ecd6c9fccfd6cadd08d47f929fb8ec098d (diff)
Revert "MLK-10783-5 usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string"
This reverts commit c3b206c34b2eccdde14fee1012d85ef3e9448c3e. With the forward port to 4.9 this is now obsolete. The following commit already added this: '5c256b68348e usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--drivers/usb/phy/phy-mxs-usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
index 92b94341b1b4..30f98a0982ad 100644
--- a/drivers/usb/phy/phy-mxs-usb.c
+++ b/drivers/usb/phy/phy-mxs-usb.c
@@ -202,7 +202,6 @@ static const struct mxs_phy_data imx7ulp_phy_data = {
static const struct of_device_id mxs_phy_dt_ids[] = {
{ .compatible = "fsl,imx7ulp-usbphy", .data = &imx7ulp_phy_data, },
- { .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, },