Add gpu cooling device for passive control. Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> --- arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi index 2eba3a8a100d..30f0bd807e35 100644 --- a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi @@ -977,6 +977,7 @@ gpu: gpu@11840000 { <&cpg R9A07G054_GPU_ACE_RESETN>; reset-names = "rst", "axi_rst", "ace_rst"; operating-points-v2 = <&gpu_opp_table>; + #cooling-cells = <2>; }; gic: interrupt-controller@11900000 { @@ -1252,6 +1253,11 @@ map0 { cooling-device = <&cpu0 0 2>; contribution = <1024>; }; + + map1 { + trip = <&target>; + cooling-device = <&gpu 0 2>; + }; }; trips { -- 2.25.1