Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e1e61fe

Browse files
tokyovigilantewens
authored andcommitted
arm64: dts: allwinner: rg35xx: Enable DVFS CPU frequency scaling
The Anbernic RG35XX device variants (-2024, -H, -Plus and -SP) are the only currently known devices to have an Allwinner H700 SoC. The closely related RG28XX also has the H700 but a mainline DT for this device has not yet been submitted. Include the H616 CPU OPP table in the base device DTS, and increase the DCDC1 regulator (vdd-cpu) upper voltage range to 1.16V, allowing the CPU to reach 1.5GHz. Signed-off-by: Ryan Walklin <ryan@testtoast.com> Tested-by: Philippe Simons <simons.philippe@gmail.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://lore.kernel.org/r/20240607092140.33112-4-ryan@testtoast.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent b05f15d commit e1e61fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h700-anbernic-rg35xx-2024.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/dts-v1/;
77

88
#include "sun50i-h616.dtsi"
9-
9+
#include "sun50i-h616-cpu-opp.dtsi"
1010
#include <dt-bindings/gpio/gpio.h>
1111
#include <dt-bindings/input/linux-event-codes.h>
1212
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -221,7 +221,7 @@
221221
reg_dcdc1: dcdc1 {
222222
regulator-always-on;
223223
regulator-min-microvolt = <900000>;
224-
regulator-max-microvolt = <1100000>;
224+
regulator-max-microvolt = <1160000>;
225225
regulator-name = "vdd-cpu";
226226
};
227227

0 commit comments

Comments
 (0)