]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/video/exynos/exynos_dp.c
exynos: video: fix typo in DisplayPort driver
[people/ms/u-boot.git] / drivers / video / exynos / exynos_dp.c
index 092342e7ada32cb5491f9c428965eedb361be3e5..2be230cb6bb118f639af1e9caa546b609a488a4a 100644 (file)
@@ -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,