Re: [RFC PATCH 2/8] drm/panel: nv3052c: Add SPI device IDs

2023-09-15 Thread Jessica Zhang
On 9/11/2023 2:02 AM, John Watts wrote: SPI drivers needs their own list of compatible device IDs in order for automatic module loading to work. Add those for this driver. Hi John, Reviewed-by: Jessica Zhang Thanks, Jessica Zhang Signed-off-by: John Watts ---

[RFC PATCH 2/8] drm/panel: nv3052c: Add SPI device IDs

2023-09-12 Thread John Watts
SPI drivers needs their own list of compatible device IDs in order for automatic module loading to work. Add those for this driver. Signed-off-by: John Watts --- drivers/gpu/drm/panel/panel-newvision-nv3052c.c | 7 +++ 1 file changed, 7 insertions(+) diff --git