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