Commit 02c625c5 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Rob Herring

dt-bindings: gpu: mali-utgard: Add the #cooling-cells property

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: default avatarQiang Yu <yuq825@gmail.com>
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 2d4a22e7
...@@ -107,6 +107,9 @@ properties: ...@@ -107,6 +107,9 @@ properties:
operating-points-v2: true operating-points-v2: true
"#cooling-cells":
const: 2
required: required:
- compatible - compatible
- reg - reg
...@@ -164,6 +167,7 @@ examples: ...@@ -164,6 +167,7 @@ examples:
clocks = <&ccu 1>, <&ccu 2>; clocks = <&ccu 1>, <&ccu 2>;
clock-names = "bus", "core"; clock-names = "bus", "core";
resets = <&ccu 1>; resets = <&ccu 1>;
#cooling-cells = <2>;
}; };
... ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment