Skip to content

Commit 9cd5a06

Browse files
6by9popcornmix
authored andcommitted
gpu/drm: panel: Add panel driver for Ilitek 79600A based panels
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 642c2fa commit 9cd5a06

3 files changed

Lines changed: 477 additions & 0 deletions

File tree

drivers/gpu/drm/panel/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,15 @@ config DRM_PANEL_HYDIS_HV101HD1
228228

229229
If M is selected the module will be called panel-hydis-hv101hd1
230230

231+
config DRM_PANEL_ILITEK_IL79600A
232+
tristate "Ilitek ILI79960A-based panels"
233+
depends on OF
234+
depends on DRM_MIPI_DSI
235+
depends on BACKLIGHT_CLASS_DEVICE
236+
help
237+
Say Y if you want to enable support for panels based on the
238+
Ilitek ILI79960A controller.
239+
231240
config DRM_PANEL_ILITEK_IL9322
232241
tristate "Ilitek ILI9322 320x240 QVGA panels"
233242
depends on OF && SPI

drivers/gpu/drm/panel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112A) += panel-himax-hx83112a.o
2323
obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112B) += panel-himax-hx83112b.o
2424
obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
2525
obj-$(CONFIG_DRM_PANEL_HYDIS_HV101HD1) += panel-hydis-hv101hd1.o
26+
obj-$(CONFIG_DRM_PANEL_ILITEK_IL79600A) += panel-ilitek-ili79600a.o
2627
obj-$(CONFIG_DRM_PANEL_ILITEK_IL9322) += panel-ilitek-ili9322.o
2728
obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
2829
obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9805) += panel-ilitek-ili9805.o

0 commit comments

Comments
 (0)