arm64: dts: renesas: rcar-gen3e: Add Cortex-A57 2 GHz opps
Add operating points for running the Cortex-A57 CPU cores on R-Car H3e-2G, M3e-2G, and M3Ne-2G at 2 GHz. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/08a0f27f50b8ad4a78c05186190bebcfb364fe8f.1634200489.git.geert+renesas@glider.be
This commit is contained in:
parent
361b0dcbd7
commit
12ee311887
@ -10,3 +10,12 @@
|
||||
/ {
|
||||
compatible = "renesas,r8a779m1", "renesas,r8a7795";
|
||||
};
|
||||
|
||||
&cluster0_opp {
|
||||
opp-2000000000 {
|
||||
opp-hz = /bits/ 64 <2000000000>;
|
||||
opp-microvolt = <960000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
};
|
||||
|
@ -10,3 +10,12 @@
|
||||
/ {
|
||||
compatible = "renesas,r8a779m3", "renesas,r8a77961";
|
||||
};
|
||||
|
||||
&cluster0_opp {
|
||||
opp-2000000000 {
|
||||
opp-hz = /bits/ 64 <2000000000>;
|
||||
opp-microvolt = <960000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
};
|
||||
|
@ -10,3 +10,12 @@
|
||||
/ {
|
||||
compatible = "renesas,r8a779m5", "renesas,r8a77965";
|
||||
};
|
||||
|
||||
&cluster0_opp {
|
||||
opp-2000000000 {
|
||||
opp-hz = /bits/ 64 <2000000000>;
|
||||
opp-microvolt = <960000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user