Skip to content

Commit 67d0109

Browse files
Liu YingMarek Vasut
authored andcommitted
drm: lcdif: Add i.MX93 LCDIF compatible string
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
1 parent dbb32d8 commit 67d0109

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/mxsfb/lcdif_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ static const struct drm_driver lcdif_driver = {
251251

252252
static const struct of_device_id lcdif_dt_ids[] = {
253253
{ .compatible = "fsl,imx8mp-lcdif" },
254+
{ .compatible = "fsl,imx93-lcdif" },
254255
{ /* sentinel */ }
255256
};
256257
MODULE_DEVICE_TABLE(of, lcdif_dt_ids);

0 commit comments

Comments
 (0)