summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/msm
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2023-07-27 14:20:17 -0700
committerRob Clark <robdclark@chromium.org>2023-08-07 14:21:19 -0700
commitb42ab8545eb3529ff80534148e2ddb5c998d14c3 (patch)
treee8726a438f473a8ef2d969c5008f244fbf11bcda /Documentation/devicetree/bindings/display/msm
parent47bd37f948a40bea515c6cb2f4c6fcc92162c822 (diff)
downloadlinux-stable-b42ab8545eb3529ff80534148e2ddb5c998d14c3.tar.gz
linux-stable-b42ab8545eb3529ff80534148e2ddb5c998d14c3.tar.bz2
linux-stable-b42ab8545eb3529ff80534148e2ddb5c998d14c3.zip
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/
Diffstat (limited to 'Documentation/devicetree/bindings/display/msm')
-rw-r--r--Documentation/devicetree/bindings/display/msm/gpu.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/gpu.yaml
index 58ca8912a8c3..56b9b247e8c2 100644
--- a/Documentation/devicetree/bindings/display/msm/gpu.yaml
+++ b/Documentation/devicetree/bindings/display/msm/gpu.yaml
@@ -15,6 +15,12 @@ properties:
oneOf:
- description: |
The driver is parsing the compat string for Adreno to
+ figure out the chip-id.
+ items:
+ - 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]$'
+ - const: qcom,adreno
+ - description: |
+ The driver is parsing the compat string for Adreno to
figure out the gpu-id and patch level.
items:
- pattern: '^qcom,adreno-[3-6][0-9][0-9]\.[0-9]$'