Skip to content

Commit

Permalink
Revert "ODROID-COMMON: gpu/drm: Add new Tiny DRM driver with Ili9488"
Browse files Browse the repository at this point in the history
This reverts commit 20a18f4.
  • Loading branch information
tobetter committed Jan 10, 2023
1 parent aaf3e9d commit 083fd9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 380 deletions.
13 changes: 0 additions & 13 deletions drivers/gpu/drm/tiny/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,6 @@ config TINYDRM_ILI9486

If M is selected the module will be called ili9486.

config TINYDRM_ILI9488_PIO
tristate "DRM support for ILI9488 display panels (8bit PIO)"
depends on DRM
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_MIPI_DBI
select BACKLIGHT_CLASS_DEVICE
help
DRM driver for th following Ilitek ILI9488 panels:
* Hardkernel 3.5" 480x320 TFT (HKTFT 3.5")

If M is selected the module will be called hktft35.

config TINYDRM_MI0283QT
tristate "DRM support for MI0283QT"
depends on DRM && SPI
Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/tiny/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj-$(CONFIG_TINYDRM_ILI9163) += ili9163.o
obj-$(CONFIG_TINYDRM_ILI9225) += ili9225.o
obj-$(CONFIG_TINYDRM_ILI9341) += ili9341.o
obj-$(CONFIG_TINYDRM_ILI9486) += ili9486.o
obj-$(CONFIG_TINYDRM_ILI9488_PIO) += ili9488_pio.o
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
obj-$(CONFIG_TINYDRM_REPAPER) += repaper.o
obj-$(CONFIG_TINYDRM_ST7586) += st7586.o
Expand Down
366 changes: 0 additions & 366 deletions drivers/gpu/drm/tiny/ili9488_pio.c

This file was deleted.

0 comments on commit 083fd9d

Please sign in to comment.