[PATCH 2/2] drm/panel: add panel CDTech S050WV43-CT5 to panel-simple

2019-04-17 Thread Florent TOMASIN
This patch adds support for CDTech S050WV43-CT5 800x480 5" panel to DRM simple panel driver. Signed-off-by: Florent TOMASIN --- drivers/gpu/drm/panel/panel-simple.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/dr

[PATCH 1/2] dt-bindings: Add CDTech S050WV43-CT5 panel bindings

2019-04-17 Thread Florent TOMASIN
Add documentation for S050WV43-CT5 panel Signed-off-by: Florent TOMASIN --- .../bindings/display/panel/cdtech,s050wv43-ct5.txt | 12 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s050wv43-ct5.txt diff --git a