Re: [PATCH v4 1/3] dt-bindings: display: Add Sitronix ST7571 LCD Controller

From: Krzysztof Kozlowski
Date: Tue Apr 15 2025 - 03:22:48 EST


On 15/04/2025 07:58, Marcus Folkesson wrote:
> +title: Sitronix ST7571 Display Controller
> +
> +maintainers:
> + - Marcus Folkesson <marcus.folkesson@xxxxxxxxx>
> +
> +description:
> + Sitronix ST7571 is a driver and controller for 4-level gray
> + scale and monochrome dot matrix LCD panels.
> +
> +allOf:
> + - $ref: panel/panel-common.yaml#
> +
> +properties:
> + compatible:
> + const: sitronix,st7571
> +
> + reg:
> + maxItems: 1
> +
> + sitronix,grayscale:
> + type: boolean
> + description:
> + Display supports 4-level grayscale.

That's fully deducible from compatible, no? Or does it depend on actual
panel, but then what else depends on the panel?

Best regards,
Krzysztof