[PATCH v2 0/2] drm/tiny: Ensure DT compatibles have SPI device IDs

Mark Brown broonie at kernel.org
Wed Feb 2 15:26:29 UTC 2022


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(+)


base-commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07
-- 
2.30.2



More information about the dri-devel mailing list