Skip to content

Commit 7bc29d5

Browse files
akhilpo-qcomRob Clark
authored andcommitted
dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU
Document Adreno X2-85 GMU found in Glymur chipsets in the dt-binding specification. It is very similar to Adreno 840 GMU with the additional requirement of RSCC HUB clock. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/689032/ Message-ID: <20251118-kaana-gpu-support-v4-21-86eeb8e93fb6@oss.qualcomm.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent e9bbdb4 commit 7bc29d5

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/display/msm

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,36 @@ allOf:
327327
- const: memnoc
328328
- const: hub
329329

330+
- if:
331+
properties:
332+
compatible:
333+
contains:
334+
const: qcom,adreno-gmu-x285.1
335+
then:
336+
properties:
337+
reg:
338+
items:
339+
- description: Core GMU registers
340+
reg-names:
341+
items:
342+
- const: gmu
343+
clocks:
344+
items:
345+
- description: GPU AHB clock
346+
- description: GMU clock
347+
- description: GPU CX clock
348+
- description: GPU MEMNOC clock
349+
- description: GMU HUB clock
350+
- description: GMU RSCC HUB clock
351+
clock-names:
352+
items:
353+
- const: ahb
354+
- const: gmu
355+
- const: cxo
356+
- const: memnoc
357+
- const: hub
358+
- const: rscc
359+
330360
- if:
331361
properties:
332362
compatible:

0 commit comments

Comments
 (0)