[U-Boot] [PATCH v1 2/6] dm: arm: imx: video: add compatible for imx53-ipu
linux-kernel-dev at beckhoff.com
linux-kernel-dev at beckhoff.com
Wed Apr 17 11:57:15 UTC 2019
From: Steffen Dirkwinkel <s.dirkwinkel at beckhoff.com>
This code also works with imx53 ipus so we can enable it for them.
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel at beckhoff.com>
---
drivers/video/imx/mxc_ipuv3_fb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/drivers/video/imx/mxc_ipuv3_fb.c
index 3e38d4bdcc3..1aca9eba228 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" },
{ }
};
--
2.21.0
More information about the U-Boot
mailing list