[PATCH 1/3] dt-bindings: display: panel: add startek kd070fhfid015 support
Conor Dooley
conor at kernel.org
Tue Jul 11 18:24:40 UTC 2023
On Tue, Jul 11, 2023 at 05:36:27PM +0200, Alexandre Mergnat wrote:
> The Startek KD070FHFID015 is a 7-inch TFT LCD display with a resolution
> of 1024 x 600 pixels.
>
> Signed-off-by: Alexandre Mergnat <amergnat at baylibre.com>
> ---
> .../display/panel/startek,kd070fhfid015.yaml | 51 ++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/startek,kd070fhfid015.yaml b/Documentation/devicetree/bindings/display/panel/startek,kd070fhfid015.yaml
> new file mode 100644
> index 000000000000..857658e002fd
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/panel/startek,kd070fhfid015.yaml
> @@ -0,0 +1,51 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/panel/startek,kd070fhfid015.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Startek Electronic Technology Co. kd070fhfid015 7 inch TFT LCD panel
> +
> +maintainers:
> + - Alexandre Mergnat <amergnat at baylibre.com>
> +
> +allOf:
> + - $ref: panel-common.yaml#
> +
> +properties:
> + compatible:
> + const: startek,kd070fhfid015
> +
> + dcdc-gpios: true
> +
> + height-mm:
> + const: 151
Are height-mm and width-mm useful if they are always a fixed value?
Otherwise, it looks grand to me,
Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
Cheers,
Conor.
> +
> + iovcc-supply:
> + description: Reference to the regulator powering the panel IO pins.
> +
> + reg:
> + maxItems: 1
> + description: DSI virtual channel
nit: usually reg gets sorted after compatible, even if everything else
is in alphabetical order, but hardly important.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20230711/3ad7d2a4/attachment.sig>
More information about the dri-devel
mailing list