Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r9a07g043: Add OPP table

Add OPP table for RZ/G2UL SoC.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220501112926.47024-4-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
e6a9acc3 22ec8689

+28
+28
arch/arm64/boot/dts/renesas/r9a07g043.dtsi
··· 42 42 clock-frequency = <0>; 43 43 }; 44 44 45 + cluster0_opp: opp-table-0 { 46 + compatible = "operating-points-v2"; 47 + opp-shared; 48 + 49 + opp-125000000 { 50 + opp-hz = /bits/ 64 <125000000>; 51 + opp-microvolt = <1100000>; 52 + clock-latency-ns = <300000>; 53 + }; 54 + opp-250000000 { 55 + opp-hz = /bits/ 64 <250000000>; 56 + opp-microvolt = <1100000>; 57 + clock-latency-ns = <300000>; 58 + }; 59 + opp-500000000 { 60 + opp-hz = /bits/ 64 <500000000>; 61 + opp-microvolt = <1100000>; 62 + clock-latency-ns = <300000>; 63 + }; 64 + opp-1000000000 { 65 + opp-hz = /bits/ 64 <1000000000>; 66 + opp-microvolt = <1100000>; 67 + clock-latency-ns = <300000>; 68 + opp-suspend; 69 + }; 70 + }; 71 + 45 72 cpus { 46 73 #address-cells = <1>; 47 74 #size-cells = <0>; ··· 80 53 next-level-cache = <&L3_CA55>; 81 54 enable-method = "psci"; 82 55 clocks = <&cpg CPG_CORE R9A07G043_CLK_I>; 56 + operating-points-v2 = <&cluster0_opp>; 83 57 }; 84 58 85 59 L3_CA55: cache-controller-0 {