Skip to content

Commit

Permalink
arm64: dts: renesas: r8a7796: Update OPPs to support CA53 dfs
Browse files Browse the repository at this point in the history
Describe frequencies, other than the default for CA53 cores.  This is a
pre-requisite for using providing alternative frequencies for use with
CPUFreq with these cores.

Signed-off-by: Dien Pham <dien.pham.ry@renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Dien Pham authored and Simon Horman committed Mar 13, 2018
1 parent 8091788 commit fbdad84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a7796.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,27 @@
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>;
};
opp-1300000000 {
opp-hz = /bits/ 64 <1300000000>;
opp-microvolt = <820000>;
clock-latency-ns = <300000>;
turbo-mode;
};
};

/* External PCIe clock - can be overridden by the board */
Expand Down

0 comments on commit fbdad84

Please sign in to comment.