Skip to content

Commit

Permalink
arm64: dts: h616: cb1: Fix DRAM voltage (#14)
Browse files Browse the repository at this point in the history
SPL can set the voltage to 1.5V thus making kernel unable to boot as AXP20X driver will refuse to give 1.5V to the regulator. 

Correct this by extending the DRAM range to 1.5V for exactly this case.

Signed-off-by: Martin Botka <martin@biqu3d.com>
  • Loading branch information
Haxk20 authored Aug 8, 2023
1 parent cf304aa commit 928a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/arch/arm64/boot/dts/allwinner/sun50i-h616-biqu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
reg_dcdc3: dcdc3 {
regulator-name = "axp1530-dcdc3";
regulator-min-microvolt = <1350000>;
regulator-max-microvolt = <1350000>;
regulator-max-microvolt = <1500000>;
regulator-step-delay-us = <25>;
regulator-final-delay-us = <50>;
regulator-always-on;
Expand Down

0 comments on commit 928a049

Please sign in to comment.