drm/panel: Add driver for the Toppoly TD028TTEC1 panel
This panel is used on the OpenMoko Neo FreeRunner and Neo 1973. The code is based on the omapdrm-specific panel-tpo-td028ttec1 driver. v2: - fix checkpatch warnings: o (lcd == NULL) => (!lcd) (sam) o (1 << X) => BIT(X) (sam) Signed-off-by:Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by:
Sam Ravnborg <sam@ravnborg.org> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190813201101.30980-9-laurent.pinchart@ideasonboard.com
Showing
- drivers/gpu/drm/panel/Kconfig 8 additions, 0 deletionsdrivers/gpu/drm/panel/Kconfig
- drivers/gpu/drm/panel/Makefile 1 addition, 0 deletionsdrivers/gpu/drm/panel/Makefile
- drivers/gpu/drm/panel/panel-sony-acx565akm.c 5 additions, 5 deletionsdrivers/gpu/drm/panel/panel-sony-acx565akm.c
- drivers/gpu/drm/panel/panel-tpo-td028ttec1.c 399 additions, 0 deletionsdrivers/gpu/drm/panel/panel-tpo-td028ttec1.c
Loading
Please register or sign in to comment