Commit 982c0500 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Heiko Stuebner

dt-bindings: gpu: add #cooling-cells property to the ARM Mali Midgard GPU binding

The GPU can be used as a thermal cooling device, add an optional
'#cooling-cells' property.
Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20190516172510.181473-1-mka@chromium.org
parent 794c686e
...@@ -37,6 +37,8 @@ Optional properties: ...@@ -37,6 +37,8 @@ Optional properties:
- operating-points-v2 : Refer to Documentation/devicetree/bindings/opp/opp.txt - operating-points-v2 : Refer to Documentation/devicetree/bindings/opp/opp.txt
for details. for details.
- #cooling-cells: Refer to Documentation/devicetree/bindings/thermal/thermal.txt
for details.
Example for a Mali-T760: Example for a Mali-T760:
...@@ -51,6 +53,7 @@ gpu@ffa30000 { ...@@ -51,6 +53,7 @@ gpu@ffa30000 {
mali-supply = <&vdd_gpu>; mali-supply = <&vdd_gpu>;
operating-points-v2 = <&gpu_opp_table>; operating-points-v2 = <&gpu_opp_table>;
power-domains = <&power RK3288_PD_GPU>; power-domains = <&power RK3288_PD_GPU>;
#cooling-cells = <2>;
}; };
gpu_opp_table: opp_table0 { gpu_opp_table: opp_table0 {
......
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