From 75ba548e940f9c7d387c3a41d0327b86221c8ad9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 11 Sep 2019 11:13:04 +0200 Subject: 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 (cherry picked from commit 4adfcec131baf1deb92b5f23c0871cff32307cc1) --- drivers/usb/phy/phy-mxs-usb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/usb') diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c index ba8f0866e2fc..7b791ee68820 100644 --- a/drivers/usb/phy/phy-mxs-usb.c +++ b/drivers/usb/phy/phy-mxs-usb.c @@ -251,7 +251,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, }, -- cgit v1.2.3