summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>2019-04-17 13:57:15 +0200
committerAnatolij Gustschin <agust@denx.de>2019-05-20 11:57:19 +0200
commit01c9dd2127540f39ea9989b7cd7b0387cf40205c (patch)
tree45f4603364e3bcfc0740e1ffca94915c6360ea35 /drivers
parent08cc54f0719cccb27e18d4a09a64c52c84e1a72d (diff)
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 <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/imx/mxc_ipuv3_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/drivers/video/imx/mxc_ipuv3_fb.c
index 3e38d4bdcc..1aca9eba22 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" },
{ }
};