Skip to content

Commit 6d69f8d

Browse files
krzklumag
authored andcommitted
dt-bindings: display/msm/gpu: simplify compatible regex
Regex for newer Adreno compatibles can be simpler. Suggested-by: Conor Dooley <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Conor Dooley <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/600505/ Link: https://lore.kernel.org/r/20240623-qcom-adreno-dts-bindings-driver-v2-3-9496410de992@linaro.org Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent c808ece commit 6d69f8d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ properties:
1717
The driver is parsing the compat string for Adreno to
1818
figure out the chip-id.
1919
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]$'
20+
- pattern: '^qcom,adreno-[0-9a-f]{8}$'
2121
- const: qcom,adreno
2222
- description: |
2323
The driver is parsing the compat string for Adreno to

0 commit comments

Comments
 (0)