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 X2-85 GMU

Document Adreno X2-85 GMU found in Glymur chipsets in the
dt-binding specification. It is very similar to Adreno 840
GMU with the additional requirement of RSCC HUB clock.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/689032/
Message-ID: <20251118-kaana-gpu-support-v4-21-86eeb8e93fb6@oss.qualcomm.com>
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>

authored by

Akhil P Oommen and committed by
Rob Clark
7bc29d5f e9bbdb4d

+30
+30
Documentation/devicetree/bindings/display/msm/gmu.yaml
··· 331 331 properties: 332 332 compatible: 333 333 contains: 334 + const: qcom,adreno-gmu-x285.1 335 + then: 336 + properties: 337 + reg: 338 + items: 339 + - description: Core GMU registers 340 + reg-names: 341 + items: 342 + - const: gmu 343 + clocks: 344 + items: 345 + - description: GPU AHB clock 346 + - description: GMU clock 347 + - description: GPU CX clock 348 + - description: GPU MEMNOC clock 349 + - description: GMU HUB clock 350 + - description: GMU RSCC HUB clock 351 + clock-names: 352 + items: 353 + - const: ahb 354 + - const: gmu 355 + - const: cxo 356 + - const: memnoc 357 + - const: hub 358 + - const: rscc 359 + 360 + - if: 361 + properties: 362 + compatible: 363 + contains: 334 364 const: qcom,adreno-gmu-wrapper 335 365 then: 336 366 properties: