diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-06 11:25:38 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-06 11:25:46 +1000 |
commit | ca10367a5abe5f04df1374b227a10439ef686b90 (patch) | |
tree | d5be738851922d962f9146ec39c706aabd41bece /drivers/gpu/drm/panel/panel-newvision-nv3052c.c | |
parent | 4de4a0f160cf8ccf29a9a70f00403e6948e7e108 (diff) | |
parent | 5a498d4d06d6d9bad76d8a50a7f8fe01670ad46f (diff) | |
download | linux-ca10367a5abe5f04df1374b227a10439ef686b90.tar.gz linux-ca10367a5abe5f04df1374b227a10439ef686b90.tar.bz2 linux-ca10367a5abe5f04df1374b227a10439ef686b90.zip |
Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
A zpos normalization fix for komeda, a register bitmask fix for nouveau,
a memory leak fix for imagination, three fixes for the recent bridge
HDMI work, a potential DoS fix and a cache coherency for panthor, a
change of panel compatible and a deferred-io fix when used with
non-highmem memory.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905-original-radical-guan-e7a2ae@houat
Diffstat (limited to 'drivers/gpu/drm/panel/panel-newvision-nv3052c.c')
-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); |