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: r8a779m8: Drop operating points above 1.5 GHz

The highest-performance mode for the Cortex-A57 CPU cores supported on
R-Car H3Ne (R8A779M8) is the Power Optimized (1.5 GHz) mode. The Normal
(1.6 GHz) and High Performance (1.7 GHz) modes are not supported.

Hence drop the "turbo-mode" entries from the operating points table
inherited from r8a77951.dtsi.

Fixes: 6e87525d751fac57 ("arm64: dts: renesas: Add Renesas R8A779M8 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/aeb4530f7fbac8329b334dcb169382c836a5f32d.1655458564.git.geert+renesas@glider.be

+5
+5
arch/arm64/boot/dts/renesas/r8a779m8.dtsi
··· 10 10 / { 11 11 compatible = "renesas,r8a779m8", "renesas,r8a7795"; 12 12 }; 13 + 14 + &cluster0_opp { 15 + /delete-node/ opp-1600000000; 16 + /delete-node/ opp-1700000000; 17 + };