Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/msm/gmu: Add Adreno 840 GMU

Document Adreno 840 GMU in the dt-binding specification.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/689031/
Message-ID: <20251118-kaana-gpu-support-v4-20-86eeb8e93fb6@oss.qualcomm.com>
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>

authored by

Akhil P Oommen and committed by
Rob Clark
e9bbdb4d 3b9b0816

+29 -1
+29 -1
Documentation/devicetree/bindings/display/msm/gmu.yaml
··· 21 21 compatible: 22 22 oneOf: 23 23 - items: 24 - - pattern: '^qcom,adreno-gmu-[67][0-9][0-9]\.[0-9]$' 24 + - pattern: '^qcom,adreno-gmu-[6-8][0-9][0-9]\.[0-9]$' 25 25 - const: qcom,adreno-gmu 26 26 - items: 27 27 - pattern: '^qcom,adreno-gmu-x[1-9][0-9][0-9]\.[0-9]$' ··· 298 298 299 299 required: 300 300 - qcom,qmp 301 + 302 + - if: 303 + properties: 304 + compatible: 305 + contains: 306 + const: qcom,adreno-gmu-840.1 307 + then: 308 + properties: 309 + reg: 310 + items: 311 + - description: Core GMU registers 312 + reg-names: 313 + items: 314 + - const: gmu 315 + clocks: 316 + items: 317 + - description: GPU AHB clock 318 + - description: GMU clock 319 + - description: GPU CX clock 320 + - description: GPU MEMNOC clock 321 + - description: GMU HUB clock 322 + clock-names: 323 + items: 324 + - const: ahb 325 + - const: gmu 326 + - const: cxo 327 + - const: memnoc 328 + - const: hub 301 329 302 330 - if: 303 331 properties: