drm: panel: nv3052c: correct spi_device_id for RG35XX panel
authorRyan Walklin <ryan@testtoast.com>
Sun, 20 Oct 2024 08:37:41 +0000 (21:37 +1300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 20 Oct 2024 10:46:02 +0000 (13:46 +0300)
commit45608a3eb4902f32010a8328c0a01ccda4b38c9b
treef17e3018a274e8e008d3d8fdd956f23d1684922d
parent4b173d34e35726d7727d3e5edc43bcab12654ab0
drm: panel: nv3052c: correct spi_device_id for RG35XX panel

The Anbernic RG35XX devices use an SPI LCD panel from an unknown OEM,
with an NV3052C driver chip.

As discussed previously, the integrating vendor and device name are
preferred instead of the OEM serial. A previous patch corrected the
device tree binding and of_device_id in the NV3052C driver, however the
spi_device_id also needs correction.

Correct the spi_device_id for the RG35XX panel.

Signed-off-by: Ryan Walklin <ryan@testtoast.com>
Fixes: 76dce2a96c0f ("drm: panel: nv3052c: Correct WL-355608-A8 panel compatible")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241020083836.175733-1-ryan@testtoast.com
[DB: corrected the Fixes tag]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/panel/panel-newvision-nv3052c.c