MLK-16918-6: phy: update Mixel mipi-dsi phy driver for MX8MQ
authorRobert Chiras <robert.chiras@nxp.com>
Thu, 9 Nov 2017 09:33:31 +0000 (11:33 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:07 +0000 (15:47 -0500)
Added compatible string for i.MX8MQ platform.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
drivers/phy/phy-mixel-mipi-dsi.c

index 934456e..cd7192d 100644 (file)
@@ -345,10 +345,12 @@ static const struct phy_ops mixel_mipi_phy_ops = {
 
 static struct devtype imx8qm_dev = { .have_sc = true };
 static struct devtype imx8qxp_dev = { .have_sc = true };
+static struct devtype imx8mq_dev = { .have_sc = false };
 
 static const struct of_device_id mixel_mipi_phy_of_match[] = {
        { .compatible = "mixel,imx8qm-mipi-dsi-phy", .data = &imx8qm_dev },
        { .compatible = "mixel,imx8qxp-mipi-dsi-phy", .data = &imx8qxp_dev },
+       { .compatible = "mixel,imx8mq-mipi-dsi-phy", .data = &imx8mq_dev },
        {}
 };
 MODULE_DEVICE_TABLE(of, mixel_mipi_phy_of_match);