1
0
Fork 0

gpu: imx: lcdif: add imx8mn compatible support

Add a compatible string which includes 'imx8mn' for
LCDIF platform driver.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Fancy Fang 2019-05-28 12:02:38 +08:00 committed by Dong Aisheng
parent cd658e9e0b
commit 577013da72
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ struct lcdif_soc_pdata imx8mm_pdata = {
static const struct of_device_id imx_lcdif_dt_ids[] = {
{ .compatible = "fsl,imx8mm-lcdif", .data = &imx8mm_pdata, },
{ .compatible = "fsl,imx8mn-lcdif", .data = &imx8mm_pdata, },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, lcdif_dt_ids);