projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cc54f
)
dm: arm: imx: video: add compatible for imx53-ipu
author
Steffen Dirkwinkel
<s.dirkwinkel@beckhoff.com>
Wed, 17 Apr 2019 11:57:15 +0000
(13:57 +0200)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/drivers/video/imx/mxc_ipuv3_fb.c
b/drivers/video/imx/mxc_ipuv3_fb.c
index 3e38d4bdcc35a427f31353142d302ee17063b051..1aca9eba228a333885fe24d92a6b121b8b353226 100644
(file)
--- 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" },
{ }
};