Re: [PATCH v5] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property

2020-04-20 Thread Rob Herring
On Sat, 11 Apr 2020 18:57:00 +0200, Martin Blumenstingl wrote: > The GPU can be one of the big heat sources on a SoC. Allow the > "#cooling-cells" property to be specified for ARM Mali Utgard GPUs so > the GPU clock speeds (and voltages) can be reduced to prevent a SoC from > overheating. > > Revi

Re: [PATCH v5] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property

2020-04-15 Thread Neil Armstrong
On 11/04/2020 18:57, Martin Blumenstingl wrote: > The GPU can be one of the big heat sources on a SoC. Allow the > "#cooling-cells" property to be specified for ARM Mali Utgard GPUs so > the GPU clock speeds (and voltages) can be reduced to prevent a SoC from > overheating. > > Reviewed-by: Qiang

[PATCH v5] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property

2020-04-13 Thread Martin Blumenstingl
The GPU can be one of the big heat sources on a SoC. Allow the "#cooling-cells" property to be specified for ARM Mali Utgard GPUs so the GPU clock speeds (and voltages) can be reduced to prevent a SoC from overheating. Reviewed-by: Qiang Yu Signed-off-by: Martin Blumenstingl --- Changes since v4