Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -2
+2 -2
arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
··· 314 314 315 315 &reg_dldo3 { 316 316 regulator-always-on; 317 - regulator-min-microvolt = <2500000>; 318 - regulator-max-microvolt = <2500000>; 317 + regulator-min-microvolt = <3300000>; 318 + regulator-max-microvolt = <3300000>; 319 319 regulator-name = "vcc-pd"; 320 320 }; 321 321