All in tree device drivers use some form of DEVICE_DT_GET so we no longer need to require label properties. Signed-off-by: Kumar Gala <galak@kernel.org>
18 lines
418 B
YAML
18 lines
418 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.
|