We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bd37f commit b42ab85Copy full SHA for b42ab85
Documentation/devicetree/bindings/display/msm/gpu.yaml
@@ -13,6 +13,12 @@ maintainers:
13
properties:
14
compatible:
15
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
22
- description: |
23
The driver is parsing the compat string for Adreno to
24
figure out the gpu-id and patch level.
0 commit comments