From 7dd684b307e438b0562378565bceea3792b32b25 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Thu, 8 Aug 2013 17:15:19 -0400 Subject: [PATCH] ENGR00274473-3 ARM: dts: imx6qdl: remove PU LDO always-on attribute PU regulator can be turned off when there is no PU module running, so remove always-on attribute. Signed-off-by: Anson Huang --- arch/arm/boot/dts/imx6qdl.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 5cb48760eb6e..a461b9efa5e8 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -486,7 +486,6 @@ regulator-name = "vddpu"; regulator-min-microvolt = <725000>; regulator-max-microvolt = <1450000>; - regulator-always-on; anatop-reg-offset = <0x140>; anatop-vol-bit-shift = <9>; anatop-vol-bit-width = <5>; -- 2.39.5