Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: verisilicon,dc: make resets non-optional
@ 2026-06-29  5:30 Icenowy Zheng
  2026-06-29  5:35 ` sashiko-bot
  2026-06-29 15:28 ` Conor Dooley
  0 siblings, 2 replies; 4+ messages in thread
From: Icenowy Zheng @ 2026-06-29  5:30 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joey Lu
  Cc: dri-devel, devicetree, linux-kernel, Icenowy Zheng

The only variant supported by the binding now, the DC8200 controller on
T-Head TH1520, requires two 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@iscas.ac.cn>
---
 Documentation/devicetree/bindings/display/verisilicon,dc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/verisilicon,dc.yaml b/Documentation/devicetree/bindings/display/verisilicon,dc.yaml
index 9dc35ab973f20..919a900122012 100644
--- a/Documentation/devicetree/bindings/display/verisilicon,dc.yaml
+++ b/Documentation/devicetree/bindings/display/verisilicon,dc.yaml
@@ -75,6 +75,8 @@ required:
   - interrupts
   - clocks
   - clock-names
+  - resets
+  - reset-names
   - ports
 
 additionalProperties: false
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-29 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29  5:30 [PATCH] dt-bindings: display: verisilicon,dc: make resets non-optional Icenowy Zheng
2026-06-29  5:35 ` sashiko-bot
2026-06-29  5:47   ` Icenowy Zheng
2026-06-29 15:28 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox