diff --git a/drivers/video/fbtft/fbtft_device.c b/drivers/video/fbtft/fbtft_device.c index 777baec8ddd1d18041a664521c1359d8f80a9d52..4ec19c63b7770e518080c7d27b1194209f39f1af 100644 --- a/drivers/video/fbtft/fbtft_device.c +++ b/drivers/video/fbtft/fbtft_device.c @@ -322,6 +322,26 @@ static struct fbtft_device_display displays[] = { }, } } + }, { + .name = "odroid22", + .spi = &(struct spi_board_info) { + .modalias = "fb_ili9340", + .max_speed_hz = 32000000, + .mode = SPI_MODE_0, + .controller_data = &odroid32_controller_data, + .platform_data = &(struct fbtft_platform_data) { + .display = { + .buswidth = 8, + .backlight = 1, + }, + .bgr = true, + .gpios = (const struct fbtft_gpio []) { + { "reset", 21 }, + { "dc", 22}, + {}, + }, + } + } }, { .name = "agm1264k-fl", .pdev = &(struct platform_device) {