drm: lcdif: Add i.MX93 LCDIF compatible string
authorLiu Ying <victor.liu@nxp.com>
Wed, 10 May 2023 09:24:50 +0000 (17:24 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 26 May 2023 17:07:33 +0000 (19:07 +0200)
With all previous preparations done to make it possible for the
single LCDIF embedded in i.MX93 SoC to drive multiple displays
simultaneously, add i.MX93 LCDIF compatible string as the last
step of adding i.MX93 LCDIF support.

Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230510092450.4024730-7-victor.liu@nxp.com
drivers/gpu/drm/mxsfb/lcdif_drv.c

index dc85498b81cdb0478de4d65d65886517ca4d0ddd..c9d8cbb214079d8b969103b6376f1e03eb356146 100644 (file)
@@ -251,6 +251,7 @@ static const struct drm_driver lcdif_driver = {
 
 static const struct of_device_id lcdif_dt_ids[] = {
        { .compatible = "fsl,imx8mp-lcdif" },
+       { .compatible = "fsl,imx93-lcdif" },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, lcdif_dt_ids);