summaryrefslogtreecommitdiff
path: root/drivers/video/adv7535.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/adv7535.c')
-rw-r--r--drivers/video/adv7535.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/adv7535.c b/drivers/video/adv7535.c
index 48df72e671..80f9c6ee19 100644
--- a/drivers/video/adv7535.c
+++ b/drivers/video/adv7535.c
@@ -236,7 +236,7 @@ static const struct panel_ops adv7535_ops = {
};
static const struct udevice_id adv7535_ids[] = {
- { .compatible = "adi,adv7533" },
+ { .compatible = "adi,adv7535" },
{ }
};