arm64: dts: renesas: r8a774e1: Add operating points
authorMarian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Wed, 15 Jul 2020 11:08:51 +0000 (12:08 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 17 Jul 2020 08:58:23 +0000 (10:58 +0200)
The RZ/G2H (r8a774e1) comes with two clusters of processors, similarly to
the r8a774a1. The first cluster is made of A57s, the second cluster is made
of A53s.

The operating points for the cluster with the A57s are:

Frequency | Voltage
----------|---------
500 MHz   | 0.82V
1.0 GHz   | 0.82V
1.5 GHz   | 0.82V

The operating points for the cluster with the A53s are:

Frequency | Voltage
----------|---------
800 MHz   | 0.82V
1.0 GHz   | 0.82V
1.2 GHz   | 0.82V

This patch adds the definitions for the operating points to the SoC
specific DT.

Signed-off-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/1594811350-14066-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a774e1.dtsi

index d76aec7..3a3490a 100644 (file)
                clock-frequency = <0>;
        };
 
+       cluster0_opp: opp_table0 {
+               compatible = "operating-points-v2";
+               opp-shared;
+
+               opp-500000000 {
+                       opp-hz = /bits/ 64 <500000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+               };
+               opp-1000000000 {
+                       opp-hz = /bits/ 64 <1000000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+               };
+               opp-1500000000 {
+                       opp-hz = /bits/ 64 <1500000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+                       opp-suspend;
+               };
+       };
+
+       cluster1_opp: opp_table1 {
+               compatible = "operating-points-v2";
+               opp-shared;
+
+               opp-800000000 {
+                       opp-hz = /bits/ 64 <800000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+               };
+               opp-1000000000 {
+                       opp-hz = /bits/ 64 <1000000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+               };
+               opp-1200000000 {
+                       opp-hz = /bits/ 64 <1200000000>;
+                       opp-microvolt = <820000>;
+                       clock-latency-ns = <300000>;
+               };
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
                        enable-method = "psci";
                        dynamic-power-coefficient = <854>;
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z>;
+                       operating-points-v2 = <&cluster0_opp>;
                        capacity-dmips-mhz = <1024>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_CA57>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z>;
+                       operating-points-v2 = <&cluster0_opp>;
                        capacity-dmips-mhz = <1024>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_CA57>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z>;
+                       operating-points-v2 = <&cluster0_opp>;
                        capacity-dmips-mhz = <1024>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_CA57>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z>;
+                       operating-points-v2 = <&cluster0_opp>;
                        capacity-dmips-mhz = <1024>;
                        #cooling-cells = <2>;
                };
                        #cooling-cells = <2>;
                        dynamic-power-coefficient = <277>;
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z2>;
+                       operating-points-v2 = <&cluster1_opp>;
                        capacity-dmips-mhz = <535>;
                };
 
                        next-level-cache = <&L2_CA53>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z2>;
+                       operating-points-v2 = <&cluster1_opp>;
                        capacity-dmips-mhz = <535>;
                };
 
                        next-level-cache = <&L2_CA53>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z2>;
+                       operating-points-v2 = <&cluster1_opp>;
                        capacity-dmips-mhz = <535>;
                };
 
                        next-level-cache = <&L2_CA53>;
                        enable-method = "psci";
                        clocks = <&cpg CPG_CORE R8A774E1_CLK_Z2>;
+                       operating-points-v2 = <&cluster1_opp>;
                        capacity-dmips-mhz = <535>;
                };