Skip to content

Commit c2ee2fa

Browse files
Jie Zhangquic-rajeshk
authored andcommitted
FROMLIST: dt-bindings: display/msm/gmu: Update Adreno 623 bindings
Update Adreno 623's dt-binding to remove smmu_clk which is not required for this GMU. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Jie Zhang <[email protected]> Signed-off-by: Akhil P Oommen <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]>
1 parent f83ec76 commit c2ee2fa

File tree

1 file changed

+34
-0
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,40 @@ allOf:
124124
contains:
125125
enum:
126126
- qcom,adreno-gmu-623.0
127+
then:
128+
properties:
129+
reg:
130+
items:
131+
- description: Core GMU registers
132+
- description: Resource controller registers
133+
- description: GMU PDC registers
134+
reg-names:
135+
items:
136+
- const: gmu
137+
- const: rscc
138+
- const: gmu_pdc
139+
clocks:
140+
items:
141+
- description: GMU clock
142+
- description: GPU CX clock
143+
- description: GPU AXI clock
144+
- description: GPU MEMNOC clock
145+
- description: GPU AHB clock
146+
- description: GPU HUB CX clock
147+
clock-names:
148+
items:
149+
- const: gmu
150+
- const: cxo
151+
- const: axi
152+
- const: memnoc
153+
- const: ahb
154+
- const: hub
155+
156+
- if:
157+
properties:
158+
compatible:
159+
contains:
160+
enum:
127161
- qcom,adreno-gmu-635.0
128162
- qcom,adreno-gmu-660.1
129163
- qcom,adreno-gmu-663.0

0 commit comments

Comments
 (0)