diff options
| author | Dongjin Kim <[email protected]> | 2017-10-27 23:08:51 -0400 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2017-10-29 14:33:55 +0100 |
| commit | 9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8 (patch) | |
| tree | e691831f698dd5198a85f6c11c683833c0bc3283 | |
| parent | 963be689373914e7397f5cd6c610962d3601a711 (diff) | |
exynos: video: fix typo in DisplayPort driver
Signed-off-by: Dongjin Kim <[email protected]>
CC: Simon Glass <[email protected]>
CC: Minkyu Kang <[email protected]>
| -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, |
