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
@ -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 New Issue
Block a user