The Leadtek LTK08QV25BYL is a 2.8" 240x320 DSI display. Signed-off-by: Herve Codina <[email protected]> --- .../display/panel/leadtek,ltk028qv25byl.yaml | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/leadtek,ltk028qv25byl.yaml
diff --git a/Documentation/devicetree/bindings/display/panel/leadtek,ltk028qv25byl.yaml b/Documentation/devicetree/bindings/display/panel/leadtek,ltk028qv25byl.yaml new file mode 100644 index 000000000000..c10365984057 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/leadtek,ltk028qv25byl.yaml @@ -0,0 +1,55 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/panel/leadtek,ltk028qv25byl.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Leadtek LTK028QV25BYL 2.8in 240x320 DSI panel + +maintainers: + - Herve Codina <[email protected]> + +allOf: + - $ref: panel-common.yaml# + +properties: + compatible: + const: leadtek,ltk028qv25byl + + reg: + maxItems: 1 + + backlight: true + port: true + reset-gpios: true + + iovcc-supply: + description: regulator that supplies the IOVCC voltage + + vci-supply: + description: regulator that supplies the VCI voltage + +required: + - compatible + - reg + - backlight + - iovcc-supply + - vci-supply + +additionalProperties: false + +examples: + - | + dsi { + #address-cells = <1>; + #size-cells = <0>; + panel@0 { + compatible = "leadtek,ltk028qv25byl"; + reg = <0>; + backlight = <&backlight>; + iovcc-supply = <&vcc_1v8>; + vci-supply = <&vcc3v3_lcd>; + }; + }; + +... -- 2.51.0
