Re: [PATCH v2 1/6] dt-bindings: display: panel: Add Novatek NT35532 LCD DSI

From: Krzysztof Kozlowski

Date: Thu Mar 19 2026 - 05:36:54 EST


On Wed, Mar 18, 2026 at 11:28:09PM +0100, Cristian Cozzolino wrote:
> + avdd-supply:
> + description: positive boost supply regulator
> +
> + avee-supply:
> + description: negative boost supply regulator
> +
> + vci-supply:
> + description: regulator that supplies the analog voltage
> +
> + vddam-supply:
> + description: power supply for MIPI interface
> +
> + vddi-supply:
> + description: regulator that supplies the I/O voltage
> +
> + port: true
> +
> +required:
> + - compatible
> + - reg
> + - reset-gpios
> + - avdd-supply
> + - avee-supply
> + - vci-supply

Only VDDI is required according to datasheet (see page 11 and page 16).
Others are needed only in specific configurations, which I would ignore
for the simplicity of the binding. Drop these three.

Previous discussion point was about this - write bindings based on
datasheet, since it is available.


> + - vddi-supply
> + - port
> +
> +additionalProperties: false

Best regards,
Krzysztof