Skip to content

Commit 85618ef

Browse files
DienPhamMhorms
authored andcommitted
arm64: dts: renesas: r8a7795: Update OPPs to support CA53 dfs
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>
1 parent fbdad84 commit 85618ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/renesas/r8a7795.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,16 @@
223223
compatible = "operating-points-v2";
224224
opp-shared;
225225

226+
opp-800000000 {
227+
opp-hz = /bits/ 64 <800000000>;
228+
opp-microvolt = <820000>;
229+
clock-latency-ns = <300000>;
230+
};
231+
opp-1000000000 {
232+
opp-hz = /bits/ 64 <1000000000>;
233+
opp-microvolt = <820000>;
234+
clock-latency-ns = <300000>;
235+
};
226236
opp-1200000000 {
227237
opp-hz = /bits/ 64 <1200000000>;
228238
opp-microvolt = <820000>;

0 commit comments

Comments
 (0)