Re: [PATCH v2] dt-bindings: display: verisilicon,dc: make resets non-optional

From: Rob Herring (Arm)

Date: Thu Jul 02 2026 - 12:17:45 EST



On Thu, 02 Jul 2026 13:48:04 +0800, Icenowy Zheng wrote:
> The only variant supported by the binding now, the DC8200 controller on
> T-Head TH1520, requires three reset lines.
>
> Add the reset properties to the required list to clarify this. The
> in-tree th1520.dtsi file isn't affected by this change because the reset
> lines are already populated there.
>
> The driver still considers the resets optional, so if another variant
> with no reset line appears, only the binding needs tweaking.
>
> Signed-off-by: Icenowy Zheng <zhengxingda@xxxxxxxxxxx>
> Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Fixed wrong reset line count of TH1520 in the commit message (Thanks
> to Sashiko).
> - Added Conor's R-b.
>
> Documentation/devicetree/bindings/display/verisilicon,dc.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!