Skip to content

Commit 08e99bc

Browse files
mairacanalpelwell
authored andcommitted
dt-bindings: gpu: v3d: Add SMS to the registers' list
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 the list. Similar to the GCA and bridge register, SMS is optional and should only be added for V3D 7.1 variants. Cc: Krzysztof Kozlowski <[email protected]> Cc: Conor Dooley <[email protected]> Cc: Nicolas Saenz Julienne <[email protected]> Cc: [email protected] Signed-off-by: Maíra Canal <[email protected]>
1 parent 9798837 commit 08e99bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ properties:
2727
- description: core0 register (required)
2828
- description: GCA cache controller register (if GCA controller present)
2929
- description: bridge register (if no external reset controller)
30+
- description: SMS register (if SMS controller present)
3031
minItems: 2
3132

3233
reg-names:
3334
items:
3435
- const: hub
3536
- const: core0
36-
- enum: [ bridge, gca ]
37-
- enum: [ bridge, gca ]
37+
- enum: [ bridge, gca, sms ]
38+
- enum: [ bridge, gca, sms ]
39+
- enum: [ bridge, gca, sms ]
3840
minItems: 2
3941

4042
interrupts:

0 commit comments

Comments
 (0)