Skip to content

Commit e9bbdb4

Browse files
akhilpo-qcomRob Clark
authored andcommitted
dt-bindings: display/msm/gmu: Add Adreno 840 GMU
Document Adreno 840 GMU in the dt-binding specification. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/689031/ Message-ID: <20251118-kaana-gpu-support-v4-20-86eeb8e93fb6@oss.qualcomm.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent 3b9b081 commit e9bbdb4

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

  • Documentation/devicetree/bindings/display/msm

Documentation/devicetree/bindings/display/msm/gmu.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ properties:
2121
compatible:
2222
oneOf:
2323
- items:
24-
- pattern: '^qcom,adreno-gmu-[67][0-9][0-9]\.[0-9]$'
24+
- pattern: '^qcom,adreno-gmu-[6-8][0-9][0-9]\.[0-9]$'
2525
- const: qcom,adreno-gmu
2626
- items:
2727
- pattern: '^qcom,adreno-gmu-x[1-9][0-9][0-9]\.[0-9]$'
@@ -299,6 +299,34 @@ allOf:
299299
required:
300300
- qcom,qmp
301301

302+
- if:
303+
properties:
304+
compatible:
305+
contains:
306+
const: qcom,adreno-gmu-840.1
307+
then:
308+
properties:
309+
reg:
310+
items:
311+
- description: Core GMU registers
312+
reg-names:
313+
items:
314+
- const: gmu
315+
clocks:
316+
items:
317+
- description: GPU AHB clock
318+
- description: GMU clock
319+
- description: GPU CX clock
320+
- description: GPU MEMNOC clock
321+
- description: GMU HUB clock
322+
clock-names:
323+
items:
324+
- const: ahb
325+
- const: gmu
326+
- const: cxo
327+
- const: memnoc
328+
- const: hub
329+
302330
- if:
303331
properties:
304332
compatible:

0 commit comments

Comments
 (0)