[PATCH v2 2/4] dt-bindings: display: bcm2835-v3d: Add an optional reset line
Maíra Canal
mcanal at igalia.com
Tue Sep 15 13:51:25 PDT 2026
The BCM2835 power management block drives a reset line for the V3D block
that is independent of the graphics power domain, allowing the GPU to be
reset without power-cycling the domain. Expose this reset line in the V3D
binding.
Keep the property optional, as devices like the Broadcom Cygnus don't have
a reset line.
Reviewed-by: Stefan Wahren <wahrenst at gmx.net>
Signed-off-by: Maíra Canal <mcanal at igalia.com>
---
Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml
index c55a8217de25..1063e686647c 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml
@@ -27,6 +27,9 @@ properties:
power-domains:
maxItems: 1
+ resets:
+ maxItems: 1
+
required:
- compatible
- reg
--
2.55.0
More information about the linux-arm-kernel
mailing list