diff mbox series

ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on

Message ID 1556924720-49372-1-git-send-email-pgreco@centosproject.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on | expand

Commit Message

Pablo Sebastián Greco May 3, 2019, 11:05 p.m. UTC
Now that the regulators are tied to the GPIO bank, we can remove the
unneeded regulator-always-on in reg_aldo2

Signed-off-by: Pablo Greco <pgreco@centosproject.org>
---
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Maxime Ripard May 6, 2019, 9:15 a.m. UTC | #1
On Fri, May 03, 2019 at 08:05:19PM -0300, Pablo Greco wrote:
> Now that the regulators are tied to the GPIO bank, we can remove the
> unneeded regulator-always-on in reg_aldo2
>
> Signed-off-by: Pablo Greco <pgreco@centosproject.org>

Queued for 5.3, thanks

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts b/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts
index 699579d..42d62d1 100644
--- a/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts
+++ b/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts
@@ -210,7 +210,6 @@ 
 };
 
 &reg_aldo2 {
-	regulator-always-on;
 	regulator-min-microvolt = <2500000>;
 	regulator-max-microvolt = <2500000>;
 	regulator-name = "vcc-pa";