OSDN Git Service

drm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel
authorChen-Yu Tsai <wens@csie.org>
Fri, 7 Sep 2018 04:19:46 +0000 (12:19 +0800)
committerThierry Reding <treding@nvidia.com>
Thu, 27 Sep 2018 12:21:22 +0000 (14:21 +0200)
commit7ad8b41cd8f5c2842646d01cdd576663caee04a7
tree671ce47f8c41a008c99d9f6a2d1065003cad80e4
parent882c35af565a352d3183bd4cb2f9e59414521f87
drm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel

This panel is marketed as Banana Pi 7" LCD display. On the back is
a sticker denoting the model name S070WV20-CT16.

This is a 7" 800x480 panel connected through a 24-bit RGB interface.
However the panel only does 262k colors.

Depending on the variant, the PCB attached to the panel module either
supports DSI, or DSI + 24-bit RGB. DSI is converted to 24-bit RGB via
an onboard ICN6211 MIPI DSI - RGB bridge chip, then fed to the panel
itself.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180907041948.19913-5-wens@csie.org
Documentation/devicetree/bindings/display/panel/bananapi,s070wv20-ct16.txt [new file with mode: 0644]
drivers/gpu/drm/panel/panel-simple.c