Skip to content

Commit 4533c11

Browse files
Waveshare_Teampelwell
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 <[email protected]>
1 parent e6ab276 commit 4533c11

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
@@ -1001,6 +1001,16 @@ config DRM_PANEL_WAVESHARE_TOUCHSCREEN
10011001
DSI Touchscreens. To compile this driver as a module,
10021002
choose M here.
10031003

1004+
config DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2
1005+
tristate "Waveshare touchscreen panels V2"
1006+
depends on DRM_MIPI_DSI
1007+
depends on I2C
1008+
depends on BACKLIGHT_CLASS_DEVICE
1009+
help
1010+
Say Y here if you want to enable support for the Waveshare
1011+
DSI Touchscreens. To compile this driver as a module,
1012+
choose M here.
1013+
10041014
config DRM_PANEL_WIDECHIPS_WS2401
10051015
tristate "Widechips WS2401 DPI panel driver"
10061016
depends on SPI && GPIOLIB

drivers/gpu/drm/panel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@ obj-$(CONFIG_DRM_PANEL_VISIONOX_RM69299) += panel-visionox-rm69299.o
101101
obj-$(CONFIG_DRM_PANEL_VISIONOX_VTDR6130) += panel-visionox-vtdr6130.o
102102
obj-$(CONFIG_DRM_PANEL_VISIONOX_R66451) += panel-visionox-r66451.o
103103
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN) += panel-waveshare-dsi.o
104+
obj-$(CONFIG_DRM_PANEL_WAVESHARE_TOUCHSCREEN_V2) += panel-waveshare-dsi-v2.o
104105
obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
105106
obj-$(CONFIG_DRM_PANEL_XINPENG_XPP055C272) += panel-xinpeng-xpp055c272.o

0 commit comments

Comments
 (0)