Skip to content

Commit f53de38

Browse files
committed
Merge tag 'sunxi-fixes-for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
Allwinner fixes for 4.20 One small fix for a regulator range on the Banana Pi M3 * tag 'sunxi-fixes-for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 69dcdde + 5f8208f commit f53de38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts

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

315315
&reg_dldo3 {
316316
regulator-always-on;
317-
regulator-min-microvolt = <2500000>;
318-
regulator-max-microvolt = <2500000>;
317+
regulator-min-microvolt = <3300000>;
318+
regulator-max-microvolt = <3300000>;
319319
regulator-name = "vcc-pd";
320320
};
321321

0 commit comments

Comments
 (0)