Message ID | 20220202152631.20704-1-broonie@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | drm/tiny: Ensure DT compatibles have SPI device IDs | expand |
On 2/2/22 16:26, Mark Brown wrote: > Currently autoloading for SPI devices does not use the DT ID table, it uses > SPI modalises. Supporting OF modalises is going to be difficult if not > impractical, an attempt was made but has been reverted, so this series > adds SPI IDs where they aren't provided for a given modalias. > > v2: > - Rebase onto v5.17-rc1. > > Mark Brown (2): > drm/ili9486: Add SPI ID table > drm/st7735r: Add SPI ID table > > drivers/gpu/drm/tiny/ili9486.c | 2 ++ > drivers/gpu/drm/tiny/st7735r.c | 1 + > 2 files changed, 3 insertions(+) > Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Best regards,