Skip to content

Commit 76dce2a

Browse files
tokyovigilantemripard
authored andcommitted
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: 62ea2ee ("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
1 parent d682eef commit 76dce2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-newvision-nv3052c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ MODULE_DEVICE_TABLE(spi, nv3052c_ids);
925925
static const struct of_device_id nv3052c_of_match[] = {
926926
{ .compatible = "leadtek,ltk035c5444t", .data = &ltk035c5444t_panel_info },
927927
{ .compatible = "fascontek,fs035vg158", .data = &fs035vg158_panel_info },
928-
{ .compatible = "wl-355608-a8", .data = &wl_355608_a8_panel_info },
928+
{ .compatible = "anbernic,rg35xx-plus-panel", .data = &wl_355608_a8_panel_info },
929929
{ /* sentinel */ }
930930
};
931931
MODULE_DEVICE_TABLE(of, nv3052c_of_match);

0 commit comments

Comments
 (0)