Skip to content

Commit 300f825

Browse files
Waveshare_Teampopcornmix
authored andcommitted
drivers/gpu/drm/panel : Add the device for the Waveshare DSI-TOUCH series panels.
the driver are provided for the Waveshare DSI-TOUCH series panels, modelled after the other Ilitek controller drivers, but not limited to Ilitek series controllers. The aim is to offer a more consistent operation and experience for the Waveshare DSI-TOUCH series panels. Signed-off-by: Waveshare_Team <support@waveshare.com>
1 parent 906511f commit 300f825

File tree

3 files changed

+1323
-0
lines changed

3 files changed

+1323
-0
lines changed

drivers/gpu/drm/panel/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,16 @@ config DRM_PANEL_WAVESHARE_TOUCHSCREEN
10371037
DSI Touchscreens. To compile this driver as a module,
10381038
choose M here.
10391039

1040+
config DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2
1041+
tristate "Waveshare touchscreen panels V2"
1042+
depends on DRM_MIPI_DSI
1043+
depends on I2C
1044+
depends on BACKLIGHT_CLASS_DEVICE
1045+
help
1046+
Say Y here if you want to enable support for the Waveshare
1047+
DSI Touchscreens. To compile this driver as a module,
1048+
choose M here.
1049+
10401050
config DRM_PANEL_WIDECHIPS_WS2401
10411051
tristate "Widechips WS2401 DPI panel driver"
10421052
depends on SPI && GPIOLIB

drivers/gpu/drm/panel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ obj-$(CONFIG_DRM_PANEL_VISIONOX_RM69299) += panel-visionox-rm69299.o
105105
obj-$(CONFIG_DRM_PANEL_VISIONOX_VTDR6130) += panel-visionox-vtdr6130.o
106106
obj-$(CONFIG_DRM_PANEL_VISIONOX_R66451) += panel-visionox-r66451.o
107107
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN) += panel-waveshare-dsi.o
108+
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2) += panel-waveshare-dsi-v2.o
108109
obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
109110
obj-$(CONFIG_DRM_PANEL_XINPENG_XPP055C272) += panel-xinpeng-xpp055c272.o

0 commit comments

Comments
 (0)