[PATCH v2 1/2] dt-bindings: display: Add bindings for EDT panel

2020-01-30 Thread Marian-Cristian Rotariu
Document the Emerging Display Technology Corp. (EDT) ETM043080DH6-GP display, which is a 480x272 4.3" TFT display with capacitive touchscreen. Changes in v2: -modify proper bindings file Signed-off-by: Marian-Cristian Rotariu Reviewed-by: Lad Prabhakar --- Documentation/devic

[PATCH v2 0/2] Add support for EDT ETM043080DH6-GP

2020-01-30 Thread Marian-Cristian Rotariu
could not use the display_timings format. Marian-Cristian Rotariu (2): dt-bindings: display: Add bindings for EDT panel drm/panel: simple: Add EDT panel support .../bindings/display/panel/panel-simple.yaml | 2 ++ drivers/gpu/drm/panel/panel-simple.c | 34 +++

[PATCH v2 2/2] drm/panel: simple: Add EDT panel support

2020-01-30 Thread Marian-Cristian Rotariu
EDT ET043080DH6-GP is a 4.3" WQVGA 480x272 RGB LCD panel used on the iWave Generic SODIMM Development Platform. Changes in v2: -added mandatory .connector_type field -changed the .bus_format MEDIA_BUS_FMT_RGB666_1X18 Signed-off-by: Marian-Cristian Rotariu Reviewed-by

[PATCH 2/2] drm/panel: simple: Add EDT panel support

2020-01-29 Thread Marian-Cristian Rotariu
EDT ET043080DH6-GP is a 4.3" WQVGA 480x272 RGB LCD panel used on the iWave Generic SODIMM Development Platform. Signed-off-by: Marian-Cristian Rotariu Reviewed-by: Lad Prabhakar --- drivers/gpu/drm/panel/panel-simple.c | 33 + 1 file changed, 33 inser

[PATCH 1/2] dt-bindings: display: Add bindings for EDT panel

2020-01-29 Thread Marian-Cristian Rotariu
Document the Emerging Display Technology Corp. (EDT) ETM043080DH6-GP display, which is a 480x272 4.3" TFT display with capacitive touchscreen. Signed-off-by: Marian-Cristian Rotariu Reviewed-by: Lad Prabhakar --- Documentation/devicetree/bindings/display/panel/edt,et-series.txt | 3 +

[PATCH 0/2] Add support for EDT ETM043080DH6-GP

2020-01-29 Thread Marian-Cristian Rotariu
This small patch-set adds support for EDT ETM043080DH6-GP. This is a 480x272 TFT Display with capacitive touchscreen and it is compatible with simple panel driver. We have tested it with our iWave-G22D Generic SODIMM Development Board. Marian-Cristian Rotariu (2): dt-bindings: display: Add