mbox series

[v1,0/3] add innolux,g070y2-t02 support for the Protonic VT7 board

Message ID 20210518071555.9785-1-o.rempel@pengutronix.de
Headers show
Series add innolux,g070y2-t02 support for the Protonic VT7 board | expand

Message

Oleksij Rempel May 18, 2021, 7:15 a.m. UTC
Add Innolux G070Y2-T02 panel support for the Protonic VT7 board.

Oleksij Rempel (3):
  dt-bindings: display: simple: add Innolux G070Y2-T02 panel
  drm: panel-simple: Add support for the Innolux G070Y2-T02 panel
  ARM: dts: imx6dl-prtvt7: Add display and panel nodes

 .../bindings/display/panel/panel-simple.yaml  |  2 +
 arch/arm/boot/dts/imx6dl-prtvt7.dts           | 47 +++++++++++++++++++
 drivers/gpu/drm/panel/panel-simple.c          | 16 +++++++
 3 files changed, 65 insertions(+)

Comments

Rob Herring (Arm) May 19, 2021, 8:21 p.m. UTC | #1
On Tue, 18 May 2021 09:15:53 +0200, Oleksij Rempel wrote:
> Add binding for the Innolux G070Y2-T02 panel. It is 7" WVGA (800x480)

> TFT LCD panel with TTL interface and a backlight unit.

> 

> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>

> ---

>  .../devicetree/bindings/display/panel/panel-simple.yaml         | 2 ++

>  1 file changed, 2 insertions(+)

> 


Acked-by: Rob Herring <robh@kernel.org>