dm: arm: imx: video: add compatible for imx53-ipu
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Wed, 17 Apr 2019 11:57:15 +0000 (13:57 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 20 May 2019 09:57:19 +0000 (11:57 +0200)
This code also works with imx53 ipus so we can enable it for them.

Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
drivers/video/imx/mxc_ipuv3_fb.c

index 3e38d4bdcc35a427f31353142d302ee17063b051..1aca9eba228a333885fe24d92a6b121b8b353226 100644 (file)
@@ -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" },
        { }
 };