Re: [PATCH RFC v2 1/6] dt-bindings: display/msm/gmu: Document Adreno 810 GMU
From: Akhil P Oommen
Date: Tue Apr 07 2026 - 15:46:36 EST
On 4/3/2026 4:39 AM, Alexander Koskovich wrote:
> Document Adreno 810 GMU in the dt-binding specification.
>
> Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
> ---
> .../devicetree/bindings/display/msm/gmu.yaml | 32 ++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/gmu.yaml b/Documentation/devicetree/bindings/display/msm/gmu.yaml
> index e32056ae0f5d..2853f6aef966 100644
> --- a/Documentation/devicetree/bindings/display/msm/gmu.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/gmu.yaml
> @@ -299,6 +299,38 @@ allOf:
> required:
> - qcom,qmp
>
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: qcom,adreno-gmu-810.0
> + then:
> + properties:
> + reg:
> + items:
> + - description: Core GMU registers
> + reg-names:
> + items:
> + - const: gmu
> + clocks:
> + items:
> + - description: GPU AHB clock
> + - description: GMU clock
> + - description: GPU CX clock
> + - description: GPU AXI clock
> + - description: GPU MEMNOC clock
> + - description: GMU HUB clock
> + - description: GPUSS DEMET clock
DEMET clk vote from sw is not required for Milos GPU.
-Akhil.
> + clock-names:
> + items:
> + - const: ahb
> + - const: gmu
> + - const: cxo
> + - const: axi
> + - const: memnoc
> + - const: hub
> + - const: demet
> +
> - if:
> properties:
> compatible:
>