diff options
author | Ryan Walklin <ryan@testtoast.com> | 2024-09-04 03:23:22 +0200 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2024-09-05 09:41:26 +0200 |
commit | 76dce2a96c0f48295e92acf7a8f3fa46ea0ee524 (patch) | |
tree | 8a079fcdee780d540e3f6cfd17982334c58c5182 /drivers/gpu/drm | |
parent | dt-bindings: display: panel: Rename WL-355608-A8 panel to rg35xx-*-panel (diff) | |
download | linux-76dce2a96c0f48295e92acf7a8f3fa46ea0ee524.tar.xz linux-76dce2a96c0f48295e92acf7a8f3fa46ea0ee524.zip |
drm: panel: nv3052c: Correct WL-355608-A8 panel compatible
As per the previous dt-binding commit, update the WL-355608-A8 panel
compatible to reflect the the integrating device vendor and name as the
panel OEM is unknown.
Fixes: 62ea2eeba7bf ("drm: panel: nv3052c: Add WL-355608-A8 panel")
Signed-off-by: Ryan Walklin <ryan@testtoast.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240904012456.35429-3-ryan@testtoast.com
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/panel/panel-newvision-nv3052c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-newvision-nv3052c.c b/drivers/gpu/drm/panel/panel-newvision-nv3052c.c index c5d3ead38555..d3baccfe6286 100644 --- a/drivers/gpu/drm/panel/panel-newvision-nv3052c.c +++ b/drivers/gpu/drm/panel/panel-newvision-nv3052c.c @@ -925,7 +925,7 @@ MODULE_DEVICE_TABLE(spi, nv3052c_ids); static const struct of_device_id nv3052c_of_match[] = { { .compatible = "leadtek,ltk035c5444t", .data = <k035c5444t_panel_info }, { .compatible = "fascontek,fs035vg158", .data = &fs035vg158_panel_info }, - { .compatible = "wl-355608-a8", .data = &wl_355608_a8_panel_info }, + { .compatible = "anbernic,rg35xx-plus-panel", .data = &wl_355608_a8_panel_info }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, nv3052c_of_match); |