mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Miguel Ojeda <ojeda@kernel.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> #display/msm Link: https://lore.kernel.org/r/20230320233823.2919475-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0+ OR X11)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/display/panel/ronbo,rb070d30.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Ronbo RB070D30 DSI Display Panel
|
|
|
|
maintainers:
|
|
- Maxime Ripard <mripard@kernel.org>
|
|
|
|
properties:
|
|
compatible:
|
|
const: ronbo,rb070d30
|
|
|
|
reg:
|
|
description: MIPI-DSI virtual channel
|
|
|
|
power-gpios:
|
|
description: GPIO used for the power pin
|
|
maxItems: 1
|
|
|
|
reset-gpios:
|
|
description: GPIO used for the reset pin
|
|
maxItems: 1
|
|
|
|
shlr-gpios:
|
|
description: GPIO used for the shlr pin (horizontal flip)
|
|
maxItems: 1
|
|
|
|
updn-gpios:
|
|
description: GPIO used for the updn pin (vertical flip)
|
|
maxItems: 1
|
|
|
|
vcc-lcd-supply:
|
|
description: Power regulator
|
|
|
|
backlight:
|
|
description: Backlight used by the panel
|
|
$ref: /schemas/types.yaml#/definitions/phandle
|
|
|
|
required:
|
|
- compatible
|
|
- power-gpios
|
|
- reg
|
|
- reset-gpios
|
|
- shlr-gpios
|
|
- updn-gpios
|
|
- vcc-lcd-supply
|
|
|
|
additionalProperties: false
|