diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-07-17 13:12:04 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 15:16:26 +0800 |
commit | 2afad1be58098e3f661428a0a70060f935f0b5dc (patch) | |
tree | d41a66e92b9ad2990b44cc4a4b988583f7737f55 | |
parent | 4de4238133f439790c3abd41523ae44dba826bd8 (diff) |
ARM: dts: imx6sll-evk: make pfuze100 sw4 always on
On i.MX6SLL EVK board, pfuze100 sw4 supplies
LPDDR3 which is critical for system, must be
always on.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6sll-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sll-evk.dts b/arch/arm/boot/dts/imx6sll-evk.dts index dc34da511c9c..c8e115564ba2 100644 --- a/arch/arm/boot/dts/imx6sll-evk.dts +++ b/arch/arm/boot/dts/imx6sll-evk.dts @@ -177,6 +177,7 @@ sw4_reg: sw4 { regulator-min-microvolt = <800000>; regulator-max-microvolt = <3300000>; + regulator-always-on; }; swbst_reg: swbst { |