[PATCH v5 3/6] dt-bindings: gpu: v3d: Add SMS register to BCM2712 compatible
Maíra Canal
mcanal at igalia.com
Sun Mar 16 14:15:10 UTC 2025
V3D 7.1 exposes a new register block, called V3D_SMS. As BCM2712 has a
V3D 7.1 core, add a new register item to its compatible. Similar to the
GCA, which is specific for V3D 3.3, SMS should only be added for V3D 7.1
variants (such as brcm,2712-v3d).
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Signed-off-by: Maíra Canal <mcanal at igalia.com>
---
Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
index c736b3b00ed2c259c263615bdc2bc1899c8961f8..766a310ab653855d7cc9a80f18c2083218fe307e 100644
--- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
+++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
@@ -77,10 +77,12 @@ allOf:
items:
- description: hub register
- description: core0 register
+ - description: SMS register
reg-names:
items:
- const: hub
- const: core0
+ - const: sms
- if:
properties:
compatible:
--
Git-154)
More information about the dri-devel
mailing list