diff options
author | Dongjin Kim <tobetter@gmail.com> | 2017-10-27 23:08:51 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-10-29 14:33:55 +0100 |
commit | 9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8 (patch) | |
tree | e691831f698dd5198a85f6c11c683833c0bc3283 /drivers/video | |
parent | 963be689373914e7397f5cd6c610962d3601a711 (diff) |
exynos: video: fix typo in DisplayPort driver
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
CC: Simon Glass <sjg@chromium.org>
CC: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/exynos/exynos_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp.c b/drivers/video/exynos/exynos_dp.c index 092342e7ada..2be230cb6bb 100644 --- a/drivers/video/exynos/exynos_dp.c +++ b/drivers/video/exynos/exynos_dp.c @@ -1075,7 +1075,7 @@ static const struct udevice_id exynos_dp_ids[] = { }; U_BOOT_DRIVER(exynos_dp) = { - .name = "eexynos_dp", + .name = "exynos_dp", .id = UCLASS_DISPLAY, .of_match = exynos_dp_ids, .ops = &exynos_dp_ops, |