diff options
author | Maíra Canal <mcanal@igalia.com> | 2025-03-17 22:01:11 -0300 |
---|---|---|
committer | Maíra Canal <mcanal@igalia.com> | 2025-03-23 11:06:05 -0300 |
commit | e29671ae9714d2c37cd5165a2e928cc2fdd829c1 (patch) | |
tree | c9763d49531220b4496034dc74a051b92b1b6abe | |
parent | 38712c5281ac5f6f27058b825ca62ae69f2e2451 (diff) |
dt-bindings: gpu: v3d: Add SMS register to BCM2712 compatible
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@linaro.org>
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250317-v3d-gpu-reset-fixes-v6-3-f3ee7717ed17@igalia.com
-rw-r--r-- | Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml index 6a1a09031983..dd2cc63c9a51 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 state manager register reg-names: items: - const: hub - const: core0 + - const: sms - if: properties: compatible: |