From: Steffen Dirkwinkel Date: Wed, 17 Apr 2019 11:57:15 +0000 (+0200) Subject: dm: arm: imx: video: add compatible for imx53-ipu X-Git-Tag: v2019.07-rc3~15^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01c9dd2127540f39ea9989b7cd7b0387cf40205c;p=platform%2Fkernel%2Fu-boot.git dm: arm: imx: video: add compatible for imx53-ipu This code also works with imx53 ipus so we can enable it for them. Signed-off-by: Steffen Dirkwinkel --- diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/drivers/video/imx/mxc_ipuv3_fb.c index 3e38d4b..1aca9eb 100644 --- a/drivers/video/imx/mxc_ipuv3_fb.c +++ b/drivers/video/imx/mxc_ipuv3_fb.c @@ -685,6 +685,7 @@ static int ipuv3_video_bind(struct udevice *dev) static const struct udevice_id ipuv3_video_ids[] = { { .compatible = "fsl,imx6q-ipu" }, + { .compatible = "fsl,imx53-ipu" }, { } };