[PATCH v1 05/11] video: renesas-r61307: adjust compatible
Svyatoslav Ryhel
clamor95 at gmail.com
Wed Mar 12 19:15:17 CET 2025
Vendor prefix of Hitachi should be "hit" to comply Linux
vendor prefix list.
Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
---
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
More information about the U-Boot
mailing list