Re: [PATCH] drm/ili9163: Add "1.8-128160EF" to spi_device_id table

2023-11-17 Thread Javier Martinez Canillas
Mostafa Weshahy writes: Hello Mostafa, > drm/ili9163: Add "1.8-128160EF" to spi_device_id table > > Currently enabling CONFIG_TINYDRM_ILI9163 driver - regardless of the device > tree - results in the below confusing log line: > SPI driver ili9163 has no spi_device_id for newhaven,1.8-128160EF >

[PATCH] drm/ili9163: Add "1.8-128160EF" to spi_device_id table

2023-11-16 Thread Mostafa Weshahy
Currently enabling CONFIG_TINYDRM_ILI9163 driver - regardless of the device tree - results in the below confusing log line: SPI driver ili9163 has no spi_device_id for newhaven,1.8-128160EF This commit fixes this false alarm by adding "1.8-128160EF" to spi_device_id table of ili9163 driver. Signe

[PATCH] drm/ili9163: Add "1.8-128160EF" to spi_device_id table

2023-11-16 Thread Mostafa Weshahy
drm/ili9163: Add "1.8-128160EF" to spi_device_id table Currently enabling CONFIG_TINYDRM_ILI9163 driver - regardless of the device tree - results in the below confusing log line: SPI driver ili9163 has no spi_device_id for newhaven,1.8-128160EF This commit fixes this false alarm by adding "1.8-12