Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: Add bindings for SGD GKTW70SDAE4SE Panel

The GKTW70SDAE4SE is an LVDS display panel.
Their bindings are modelled on the the LVDS panel bindings.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Neil Armstrong and committed by
Shawn Guo
ca0ccbe3 86b3a471

+41
+41
Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.txt
··· 1 + Solomon Goldentek Display GKTW70SDAE4SE LVDS Display Panel 2 + ========================================================== 3 + 4 + The GKTW70SDAE4SE is a 7" WVGA TFT-LCD display panel. 5 + 6 + These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt 7 + with the following device-specific properties. 8 + 9 + Required properties: 10 + 11 + - compatible: Shall contain "sgd,gktw70sdae4se" and "panel-lvds", in that order. 12 + 13 + Example 14 + ------- 15 + 16 + panel { 17 + compatible = "sgd,gktw70sdae4se", "panel-lvds"; 18 + 19 + width-mm = <153>; 20 + height-mm = <86>; 21 + 22 + data-mapping = "jeida-18"; 23 + 24 + panel-timing { 25 + clock-frequency = <32000000>; 26 + hactive = <800>; 27 + vactive = <480>; 28 + hback-porch = <39>; 29 + hfront-porch = <39>; 30 + vback-porch = <29>; 31 + vfront-porch = <13>; 32 + hsync-len = <47>; 33 + vsync-len = <2>; 34 + }; 35 + 36 + port { 37 + panel_in: endpoint { 38 + remote-endpoint = <&lvds_encoder>; 39 + }; 40 + }; 41 + };