Skip to content

Commit c808ece

Browse files
krzklumag
authored andcommitted
dt-bindings: display/msm/gpu: define reg-names in top-level
All devices should (and actually do) have same order of entries, if possible. That's the case for reg/reg-names, so define the reg-names in top-level to enforce that. Acked-by: Conor Dooley <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/600510/ Link: https://lore.kernel.org/r/20240623-qcom-adreno-dts-bindings-driver-v2-2-9496410de992@linaro.org Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent d6c7c41 commit c808ece

File tree

1 file changed

+4
-1
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ properties:
4646

4747
reg-names:
4848
minItems: 1
49-
maxItems: 3
49+
items:
50+
- const: kgsl_3d0_reg_memory
51+
- const: cx_mem
52+
- const: cx_dbgc
5053

5154
interrupts:
5255
maxItems: 1

0 commit comments

Comments
 (0)