mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
08cc54f071
commit
01c9dd2127
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue