summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2017-10-27 23:08:51 -0400
committerAnatolij Gustschin <agust@denx.de>2017-10-29 14:33:55 +0100
commit9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8 (patch)
treee691831f698dd5198a85f6c11c683833c0bc3283 /drivers
parent963be689373914e7397f5cd6c610962d3601a711 (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')
-rw-r--r--drivers/video/exynos/exynos_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp.c b/drivers/video/exynos/exynos_dp.c
index 092342e7ad..2be230cb6b 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,