mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 10:26:09 +00:00
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
This commit is contained in:
parent
dbb32d8564
commit
67d0109fb7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user