Skip to content

Commit 44a50de

Browse files
committed
Merge tag 'sunxi-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into soc/dt
Allwinner fixes for 6.12 - Fix DCDC5 voltage range on Cubieboard 4 * tag 'sunxi-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: ARM: dts: cubieboard4: Fix DCDC5 regulator constraints
2 parents a1cc634 + dd36ad7 commit 44a50de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@
280280

281281
reg_dcdc5: dcdc5 {
282282
regulator-always-on;
283-
regulator-min-microvolt = <1425000>;
284-
regulator-max-microvolt = <1575000>;
283+
regulator-min-microvolt = <1450000>;
284+
regulator-max-microvolt = <1550000>;
285285
regulator-name = "vcc-dram";
286286
};
287287

0 commit comments

Comments
 (0)