mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
963be68937
commit
9b73bcc6c3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue