diff mbox series

[1/2] arm64: dts: renesas: r9a07g044: Add gpu cooling device

Message ID 20230425155237.357592-2-biju.das.jz@bp.renesas.com (mailing list archive)
State Not Applicable
Delegated to: Geert Uytterhoeven
Headers show
Series [1/2] arm64: dts: renesas: r9a07g044: Add gpu cooling device | expand

Commit Message

Biju Das April 25, 2023, 3:52 p.m. UTC
Add gpu cooling device for passive control.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Geert Uytterhoeven May 3, 2023, 10:28 a.m. UTC | #1
Hi Biju,

On Tue, Apr 25, 2023 at 5:52 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Add gpu cooling device for passive control.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Thanks for your patch!

> --- 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>;

Perhaps this needs a "contribution" property, as the CPU device in
the same zone has one?

> +                               };
>                         };
>
>                         trips {

Gr{oetje,eeting}s,

                        Geert
Biju Das May 4, 2023, 7:06 a.m. UTC | #2
Hi Geert,

Thanks for the feedback.

> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: Wednesday, May 3, 2023 11:28 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Geert Uytterhoeven
> <geert+renesas@glider.be>; Magnus Damm <magnus.damm@gmail.com>; linux-
> renesas-soc@vger.kernel.org; devicetree@vger.kernel.org; Fabrizio Castro
> <fabrizio.castro.jz@renesas.com>
> Subject: Re: [PATCH 1/2] arm64: dts: renesas: r9a07g044: Add gpu cooling
> device
> 
> Hi Biju,
> 
> On Tue, Apr 25, 2023 at 5:52 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > Add gpu cooling device for passive control.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Thanks for your patch!
> 
> > --- 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>;
> 
> Perhaps this needs a "contribution" property, as the CPU device in the same
> zone has one?

OK, will check this.

Cheers,
Biju

> 
> > +                               };
> >                         };
> >
> >                         trips {
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
> m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like
> that.
>                                 -- Linus Torvalds
diff mbox series

Patch

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 {