Skip to content

Commit b42ab85

Browse files
committed
dt-bindings: drm/msm/gpu: Extend bindings for chip-id
Upcoming GPUs use an opaque chip-id for identifying the GPU. Signed-off-by: Rob Clark <robdclark@chromium.org> Patchwork: https://patchwork.freedesktop.org/patch/549778/
1 parent 47bd37f commit b42ab85

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ maintainers:
1313
properties:
1414
compatible:
1515
oneOf:
16+
- description: |
17+
The driver is parsing the compat string for Adreno to
18+
figure out the chip-id.
19+
items:
20+
- pattern: '^qcom,adreno-[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$'
21+
- const: qcom,adreno
1622
- description: |
1723
The driver is parsing the compat string for Adreno to
1824
figure out the gpu-id and patch level.

0 commit comments

Comments
 (0)