Vendor prefix of Hitachi should be "hit" to comply Linux vendor prefix list.
Signed-off-by: Svyatoslav Ryhel <[email protected]> --- drivers/video/renesas-r61307.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/renesas-r61307.c b/drivers/video/renesas-r61307.c index e3623d72635..8552c3dd959 100644 --- a/drivers/video/renesas-r61307.c +++ b/drivers/video/renesas-r61307.c @@ -295,7 +295,7 @@ static const struct panel_ops renesas_r61307_ops = { static const struct udevice_id renesas_r61307_ids[] = { { .compatible = "koe,tx13d100vm0eaa" }, - { .compatible = "hitachi,tx13d100vm0eaa" }, + { .compatible = "hit,tx13d100vm0eaa" }, { } }; -- 2.43.0

