Commit 5880955f authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tomi Valkeinen

dt-bindings: panel: td028ttec1: add backlight property

This adds an additional backlight property as described
in panel-common.txt
Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent b477a009
...@@ -6,6 +6,7 @@ Required properties: ...@@ -6,6 +6,7 @@ Required properties:
Optional properties: Optional properties:
- label: a symbolic name for the panel - label: a symbolic name for the panel
- backlight: phandle of the backlight device
Required nodes: Required nodes:
- Video port for DPI input - Video port for DPI input
...@@ -21,6 +22,7 @@ lcd-panel: td028ttec1@0 { ...@@ -21,6 +22,7 @@ lcd-panel: td028ttec1@0 {
spi-cpha; spi-cpha;
label = "lcd"; label = "lcd";
backlight = <&backlight>;
port { port {
lcd_in: endpoint { lcd_in: endpoint {
remote-endpoint = <&dpi_out>; remote-endpoint = <&dpi_out>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment