Commit f53de38e authored by Olof Johansson's avatar Olof Johansson

Merge tag 'sunxi-fixes-for-4.20' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 69dcddec 5f8208f5
...@@ -314,8 +314,8 @@ &reg_dldo1 { ...@@ -314,8 +314,8 @@ &reg_dldo1 {
&reg_dldo3 { &reg_dldo3 {
regulator-always-on; regulator-always-on;
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <2500000>; regulator-max-microvolt = <3300000>;
regulator-name = "vcc-pd"; regulator-name = "vcc-pd";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment