diff options
author | Walter Lozano <walter.lozano@collabora.com> | 2020-07-29 12:31:20 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-08-02 14:51:08 +0200 |
commit | 24968d9e5f4fe1cc22074ee945d39272c3b2ddbd (patch) | |
tree | 64b1d2d37a666ff262c7cecb599d4db7ff47baac /drivers/video/imx/mxc_ipuv3_fb.c | |
parent | 7142ff9ec23a3dc496b43b284595bfa25ab668bf (diff) |
drivers: rename more drivers to match compatible string
Continuing with the approach in commit <addf358bac1d2bd0> rename
additional drivers to allow the OF_PLATDATA support.
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/imx/mxc_ipuv3_fb.c')
-rw-r--r-- | drivers/video/imx/mxc_ipuv3_fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/drivers/video/imx/mxc_ipuv3_fb.c index 587d62f2d8..492bc3e829 100644 --- a/drivers/video/imx/mxc_ipuv3_fb.c +++ b/drivers/video/imx/mxc_ipuv3_fb.c @@ -660,8 +660,8 @@ static const struct udevice_id ipuv3_video_ids[] = { { } }; -U_BOOT_DRIVER(ipuv3_video) = { - .name = "ipuv3_video", +U_BOOT_DRIVER(fsl_imx6q_ipu) = { + .name = "fsl_imx6q_ipu", .id = UCLASS_VIDEO, .of_match = ipuv3_video_ids, .bind = ipuv3_video_bind, |