zephyr/dts/bindings/display/display-controller.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

18 lines
398 B
YAML

# Copyright (c) 2021 Nordic Semiconductor ASA
# Common fields for display controllers
include: base.yaml
properties:
height:
type: int
required: true
description: |
Height of the panel driven by the controller, with the units in pixels.
width:
type: int
required: true
description: |
Width of the panel driven by the controller, with the units in pixels.