11860cc4aSMaxime Ripard# SPDX-License-Identifier: (GPL-2.0+ OR X11)
21860cc4aSMaxime Ripard%YAML 1.2
31860cc4aSMaxime Ripard---
41860cc4aSMaxime Ripard$id: http://devicetree.org/schemas/display/panel/ronbo,rb070d30.yaml#
51860cc4aSMaxime Ripard$schema: http://devicetree.org/meta-schemas/core.yaml#
61860cc4aSMaxime Ripard
71860cc4aSMaxime Ripardtitle: Ronbo RB070D30 DSI Display Panel
81860cc4aSMaxime Ripard
91860cc4aSMaxime Ripardmaintainers:
105c7404bbSMaxime Ripard  - Maxime Ripard <mripard@kernel.org>
111860cc4aSMaxime Ripard
121860cc4aSMaxime Ripardproperties:
131860cc4aSMaxime Ripard  compatible:
141860cc4aSMaxime Ripard    const: ronbo,rb070d30
151860cc4aSMaxime Ripard
161860cc4aSMaxime Ripard  reg:
171860cc4aSMaxime Ripard    description: MIPI-DSI virtual channel
181860cc4aSMaxime Ripard
191860cc4aSMaxime Ripard  power-gpios:
201860cc4aSMaxime Ripard    description: GPIO used for the power pin
211860cc4aSMaxime Ripard    maxItems: 1
221860cc4aSMaxime Ripard
231860cc4aSMaxime Ripard  reset-gpios:
241860cc4aSMaxime Ripard    description: GPIO used for the reset pin
251860cc4aSMaxime Ripard    maxItems: 1
261860cc4aSMaxime Ripard
271860cc4aSMaxime Ripard  shlr-gpios:
281860cc4aSMaxime Ripard    description: GPIO used for the shlr pin (horizontal flip)
291860cc4aSMaxime Ripard    maxItems: 1
301860cc4aSMaxime Ripard
311860cc4aSMaxime Ripard  updn-gpios:
321860cc4aSMaxime Ripard    description: GPIO used for the updn pin (vertical flip)
331860cc4aSMaxime Ripard    maxItems: 1
341860cc4aSMaxime Ripard
351860cc4aSMaxime Ripard  vcc-lcd-supply:
361860cc4aSMaxime Ripard    description: Power regulator
371860cc4aSMaxime Ripard
381860cc4aSMaxime Ripard  backlight:
391860cc4aSMaxime Ripard    description: Backlight used by the panel
40*4334aec0SRob Herring    $ref: /schemas/types.yaml#/definitions/phandle
411860cc4aSMaxime Ripard
421860cc4aSMaxime Ripardrequired:
431860cc4aSMaxime Ripard  - compatible
441860cc4aSMaxime Ripard  - power-gpios
451860cc4aSMaxime Ripard  - reg
461860cc4aSMaxime Ripard  - reset-gpios
471860cc4aSMaxime Ripard  - shlr-gpios
481860cc4aSMaxime Ripard  - updn-gpios
491860cc4aSMaxime Ripard  - vcc-lcd-supply
501860cc4aSMaxime Ripard
511860cc4aSMaxime RipardadditionalProperties: false
52