diff options
author | Christophe Branchereau <cbranchereau@gmail.com> | 2023-01-21 17:24:19 +0100 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2023-01-22 12:25:06 +0100 |
commit | 6febdb2491626d4ae8c54dff51716b2695bcd12d (patch) | |
tree | 49af264d28179a5f2b0b83534e0068de993244b2 /drivers/gpu/drm/panel/Kconfig | |
parent | dt-bindings: display/panel: Add AUO A030JTN01 (diff) | |
download | linux-6febdb2491626d4ae8c54dff51716b2695bcd12d.tar.xz linux-6febdb2491626d4ae8c54dff51716b2695bcd12d.zip |
drm/panel: Add driver for the AUO A030JTN01 TFT LCD
Add driver for the AUO A030JTN01 panel, which is a 320x480 3.0" 4:3
24-bit TFT LCD panel with non-square pixels and a delta-RGB 8-bit
interface.
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230121162419.284523-3-cbranchereau@gmail.com
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r-- | drivers/gpu/drm/panel/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index 8f2046caaa6b..8eeee71c0000 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -37,6 +37,14 @@ config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 NT35596 1080x1920 video mode panel as found in some Asus Zenfone 2 Laser Z00T devices. +config DRM_PANEL_AUO_A030JTN01 + tristate "AUO A030JTN01" + depends on SPI + select REGMAP_SPI + help + Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel + as found in the YLM RS-97 handheld gaming console. + config DRM_PANEL_BOE_BF060Y8M_AJ0 tristate "Boe BF060Y8M-AJ0 panel" depends on OF |