1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2aead40eaSThierry Redingconfig DRM_PANEL 3aead40eaSThierry Reding bool 4aead40eaSThierry Reding depends on DRM 5aead40eaSThierry Reding help 6aead40eaSThierry Reding Panel registration and lookup framework. 7280921deSThierry Reding 8280921deSThierry Redingmenu "Display Panels" 9937ca284SRussell King depends on DRM && DRM_PANEL 10280921deSThierry Reding 11f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE 12f40f5b87SLinus Walleij tristate "ARM Versatile panel driver" 13f40f5b87SLinus Walleij depends on OF 14f40f5b87SLinus Walleij depends on MFD_SYSCON 15f40f5b87SLinus Walleij select VIDEOMODE_HELPERS 16f40f5b87SLinus Walleij help 17f40f5b87SLinus Walleij This driver supports the ARM Versatile panels connected to ARM 18f40f5b87SLinus Walleij reference designs. The panel is detected using special registers 19f40f5b87SLinus Walleij in the Versatile family syscon registers. 20f40f5b87SLinus Walleij 217c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS 227c9dff5bSLaurent Pinchart tristate "Generic LVDS panel driver" 237c9dff5bSLaurent Pinchart depends on OF 247c9dff5bSLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 257c9dff5bSLaurent Pinchart select VIDEOMODE_HELPERS 267c9dff5bSLaurent Pinchart help 277c9dff5bSLaurent Pinchart This driver supports LVDS panels that don't require device-specific 287c9dff5bSLaurent Pinchart handling of power supplies or control signals. It implements automatic 297c9dff5bSLaurent Pinchart backlight handling if the panel is attached to a backlight controller. 307c9dff5bSLaurent Pinchart 31280921deSThierry Redingconfig DRM_PANEL_SIMPLE 32280921deSThierry Reding tristate "support for simple panels" 33280921deSThierry Reding depends on OF 3483b37eacSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 35a5d3e625SPhilipp Zabel select VIDEOMODE_HELPERS 36280921deSThierry Reding help 37280921deSThierry Reding DRM panel driver for dumb panels that need at most a regulator and 38280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 39280921deSThierry Reding that it can be automatically turned off when the panel goes into a 40280921deSThierry Reding low power state. 41280921deSThierry Reding 4269dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 4369dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 4469dc678aSJagan Teki depends on OF 4569dc678aSJagan Teki depends on DRM_MIPI_DSI 4669dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 4769dc678aSJagan Teki help 4869dc678aSJagan Teki Say Y if you want to enable support for panels based on the 4969dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 5069dc678aSJagan Teki 510ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 520ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 530ee2e37aSLinus Walleij depends on OF && SPI 540ee2e37aSLinus Walleij select REGMAP 550ee2e37aSLinus Walleij help 560ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 570ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 580ee2e37aSLinus Walleij 5926aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 6026aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 6126aec255SMaxime Ripard depends on OF 6226aec255SMaxime Ripard depends on DRM_MIPI_DSI 6326aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 6426aec255SMaxime Ripard help 6526aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 6626aec255SMaxime Ripard Ilitek ILI9881c controller. 6726aec255SMaxime Ripard 6814c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 6914c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 7014c8f2e9SChris Zhong depends on OF 7114c8f2e9SChris Zhong depends on DRM_MIPI_DSI 7214c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 7314c8f2e9SChris Zhong help 7414c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 7514c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 7614c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 7714c8f2e9SChris Zhong the host and has a built-in LED backlight. 7814c8f2e9SChris Zhong 79c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 80c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 81c96f5662SVinay Simha BN depends on OF 82c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 83c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 84c96f5662SVinay Simha BN help 85c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 86c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 87c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 88c96f5662SVinay Simha BN 24 bit per pixel. 89c96f5662SVinay Simha BN 902a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 912a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 922a994cbeSNickey Yang depends on OF 932a994cbeSNickey Yang depends on DRM_MIPI_DSI 942a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 952a994cbeSNickey Yang help 962a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 972a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 982a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 992a994cbeSNickey Yang the host and has a built-in LED backlight. 1002a994cbeSNickey Yang 1019ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 1029ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 10350d5ed39SRussell King depends on OF && SPI 104ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 105ff219937SAndrzej Hajda 106f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02 107f5b0c654SLaurent Pinchart tristate "LG LB035Q024573 RGB panel" 108f5b0c654SLaurent Pinchart depends on GPIOLIB && OF && SPI 109f5b0c654SLaurent Pinchart help 110f5b0c654SLaurent Pinchart Say Y here if you want to enable support for the LB035Q02 RGB panel 111f5b0c654SLaurent Pinchart (found on the Gumstix Overo Palo35 board). To compile this driver as 112f5b0c654SLaurent Pinchart a module, choose M here. 113f5b0c654SLaurent Pinchart 11458c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 11558c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 11658c467ecSHeiko Schocher depends on OF && SPI 11758c467ecSHeiko Schocher select VIDEOMODE_HELPERS 11858c467ecSHeiko Schocher help 11958c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 12058c467ecSHeiko Schocher To compile this driver as a module, choose M here. 12158c467ecSHeiko Schocher 122df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11 123df439abeSLaurent Pinchart tristate "NEC NL8048HL11 RGB panel" 124df439abeSLaurent Pinchart depends on GPIOLIB && OF && SPI 125df439abeSLaurent Pinchart help 126df439abeSLaurent Pinchart Say Y here if you want to enable support for the NEC NL8048HL11 RGB 127df439abeSLaurent Pinchart panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 128df439abeSLaurent Pinchart as a module, choose M here. 129df439abeSLaurent Pinchart 130ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 131ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 132ecdcbbb7SPaul Cercueil depends on OF && SPI 133ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 134ecdcbbb7SPaul Cercueil select REGMAP_SPI 135ecdcbbb7SPaul Cercueil help 136ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 137ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 138ecdcbbb7SPaul Cercueil 13917fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 14017fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 14117fd7a9dSStefan Mavrodiev depends on OF 14217fd7a9dSStefan Mavrodiev depends on I2C 14317fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 14417fd7a9dSStefan Mavrodiev help 14517fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 14617fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 14717fd7a9dSStefan Mavrodiev 14817fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 14917fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 15017fd7a9dSStefan Mavrodiev 151f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 152f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 153f0a5bb98SPhilippe CORNU depends on OF 154f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 155f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 156f0a5bb98SPhilippe CORNU help 157f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 158f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 159f0a5bb98SPhilippe CORNU 160b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 161b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 162b97b042aSPeter Ujfalusi depends on OF 163b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 164b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 165b97b042aSPeter Ujfalusi help 166b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 167b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 168b97b042aSPeter Ujfalusi 169086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 170086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 171086ceb6bSWerner Johansson depends on OF 172086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 173086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 174086ceb6bSWerner Johansson help 175086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 176086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 177086ceb6bSWerner Johansson Xperia Z2 tablets 178086ceb6bSWerner Johansson 1792f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 1802f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 1812f733d61SEric Anholt depends on DRM_MIPI_DSI 1822f733d61SEric Anholt help 1832f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 1842f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 1852f733d61SEric Anholt choose M here. 1862f733d61SEric Anholt 187f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191 188f63df31dSRobert Chiras tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 189f63df31dSRobert Chiras depends on OF 190f63df31dSRobert Chiras depends on DRM_MIPI_DSI 191f63df31dSRobert Chiras depends on BACKLIGHT_CLASS_DEVICE 192f63df31dSRobert Chiras help 193f63df31dSRobert Chiras Say Y here if you want to enable support for Raydium RM67191 FHD 194f63df31dSRobert Chiras (1080x1920) DSI panel. 195f63df31dSRobert Chiras 1962b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 1972b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 1982b7ed18bSPhilippe CORNU depends on OF 1992b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 200a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 2012b7ed18bSPhilippe CORNU help 2022b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 2032b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 2042b7ed18bSPhilippe CORNU 205530b1969SGuido Güntherconfig DRM_PANEL_ROCKTECH_JH057N00900 206530b1969SGuido Günther tristate "Rocktech JH057N00900 MIPI touchscreen panel" 207530b1969SGuido Günther depends on OF 208530b1969SGuido Günther depends on DRM_MIPI_DSI 209530b1969SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 210530b1969SGuido Günther help 211530b1969SGuido Günther Say Y here if you want to enable support for Rocktech JH057N00900 212530b1969SGuido Günther MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a 213530b1969SGuido Günther resolution of 720x1440 pixels, a built in backlight and touch 214530b1969SGuido Günther controller. 215530b1969SGuido Günther Touch input support is provided by the goodix driver and needs to be 216530b1969SGuido Günther selected separately. 217530b1969SGuido Günther 218979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 219979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 220979a1bb6SKonstantin Sudakov depends on OF 221979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 222979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 223979a1bb6SKonstantin Sudakov help 224979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 225979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 226979a1bb6SKonstantin Sudakov 227ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 228ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 229ac1d6d74SLinus Walleij depends on OF 230ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 231ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 232ac1d6d74SLinus Walleij 233ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 234ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 235ed29f942SHoegeun Kwon depends on OF 236ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 23793023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 238ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 239ed29f942SHoegeun Kwon 2402a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 2412a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 2422a05177dSHoegeun Kwon depends on OF 2432a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 2442a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 2452a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 2462a05177dSHoegeun Kwon 247994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 248994a08a2SPaweł Chmiel tristate "Samsung S6E63M0 RGB/SPI panel" 249994a08a2SPaweł Chmiel depends on OF 250994a08a2SPaweł Chmiel depends on SPI 251994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 252994a08a2SPaweł Chmiel help 253994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 254994a08a2SPaweł Chmiel AMOLED LCD panel. 255994a08a2SPaweł Chmiel 2569ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 2579ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 25802051ca0SAndrzej Hajda depends on OF 25902051ca0SAndrzej Hajda select DRM_MIPI_DSI 26002051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 26102051ca0SAndrzej Hajda 262043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 263043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 264043652aaSMarco Franchi depends on OF 265043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 266043652aaSMarco Franchi select VIDEOMODE_HELPERS 267043652aaSMarco Franchi help 268043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 269043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 270043652aaSMarco Franchi 2711976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 2721976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 2731976dbcaSThierry Reding depends on OF 2741976dbcaSThierry Reding depends on DRM_MIPI_DSI 275f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 2761976dbcaSThierry Reding help 2771976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 2781976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 2791976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 2801976dbcaSThierry Reding the host and has a built-in LED backlight. 2811976dbcaSThierry Reding 2821976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 2831976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 2841976dbcaSThierry Reding 285c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01 286c9cf4c2aSLaurent Pinchart tristate "Sharp LS037V7DW01 VGA LCD panel" 287c9cf4c2aSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR 288c9cf4c2aSLaurent Pinchart help 289c9cf4c2aSLaurent Pinchart Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 290c9cf4c2aSLaurent Pinchart (480x640) LCD panel (found on the TI SDP3430 board). 291c9cf4c2aSLaurent Pinchart 292ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 293ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 294ee017238SWerner Johansson depends on OF 295ee017238SWerner Johansson depends on DRM_MIPI_DSI 296ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 297ee017238SWerner Johansson help 298ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 299ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 300ee017238SWerner Johansson 301849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 302849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 303849b2e3fSJagan Teki depends on OF 304849b2e3fSJagan Teki depends on DRM_MIPI_DSI 305849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 306849b2e3fSJagan Teki help 307849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 308849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 309849b2e3fSJagan Teki system interfaces. 310849b2e3fSJagan Teki 3117142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 3127142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 3137142afb3SMaxime Ripard depends on OF && SPI 3142a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 3157142afb3SMaxime Ripard help 3167142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 3177142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 3187142afb3SMaxime Ripard 3191c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM 3201c8fc3f0SLaurent Pinchart tristate "Sony ACX565AKM panel" 3211c8fc3f0SLaurent Pinchart depends on GPIOLIB && OF && SPI 3221c8fc3f0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 3231c8fc3f0SLaurent Pinchart help 3241c8fc3f0SLaurent Pinchart Say Y here if you want to enable support for the Sony ACX565AKM 3251c8fc3f0SLaurent Pinchart 800x600 3.5" panel (found on the Nokia N900). 3261c8fc3f0SLaurent Pinchart 327415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1 328415b8dd0SLaurent Pinchart tristate "Toppoly (TPO) TD028TTEC1 panel driver" 329415b8dd0SLaurent Pinchart depends on OF && SPI 330415b8dd0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 331415b8dd0SLaurent Pinchart help 332415b8dd0SLaurent Pinchart Say Y here if you want to enable support for TPO TD028TTEC1 480x640 333415b8dd0SLaurent Pinchart 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 334415b8dd0SLaurent Pinchart 335324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 336324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 337324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 338324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 339324bb707SLinus Walleij help 340324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 341324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 342324bb707SLinus Walleij 800x400 LCD panels. 343324bb707SLinus Walleij 3441dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 3451dd0b147SAbhinav Kumar tristate "Truly WQXGA" 3461dd0b147SAbhinav Kumar depends on OF 3471dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 3481dd0b147SAbhinav Kumar help 3491dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 3501dd0b147SAbhinav Kumar Video Mode panel 351280921deSThierry Redingendmenu 352