video: renesas-r61307: adjust compatible
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 4 Mar 2025 09:48:15 +0000 (11:48 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Mar 2025 17:13:18 +0000 (19:13 +0200)
Vendor prefix of Hitachi should be "hit" to comply Linux
vendor prefix list.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/renesas-r61307.c

index e3623d7..8552c3d 100644 (file)
@@ -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" },
        { }
 };