Re: [PATCH 2/3] dt-bindings: ili9806e: add Rocktech RK050HR345-CT106A display

From: Krzysztof Kozlowski

Date: Wed Jan 07 2026 - 03:09:55 EST


On Tue, Jan 06, 2026 at 04:43:15PM +0100, Dario Binacchi wrote:
> @@ -29,12 +30,29 @@ properties:
> required:
> - compatible
> - reg
> - - vdd-supply
> - - vccio-supply
> - reset-gpios
> - backlight
> - port
>
> +if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - rocktech,rk050hr345-ct106a
> +then:
> + $ref: /schemas/spi/spi-peripheral-props.yaml#
> +
> + properties:
> + spi-max-frequency: true

This two lines are not needed.

> +
> + required:
> + - spi-max-frequency

How does it work without any supplies?

> +else:
> + required:
> + - vdd-supply
> + - vccio-supply

Best regards,
Krzysztof