diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-07-17 01:12:04 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 03:16:26 -0400 |
commit | 2afad1be58098e3f661428a0a70060f935f0b5dc (patch) | |
tree | d41a66e92b9ad2990b44cc4a4b988583f7737f55 /arch/arm | |
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>
Diffstat (limited to 'arch/arm')
-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 @@ | |||
177 | sw4_reg: sw4 { | 177 | sw4_reg: sw4 { |
178 | regulator-min-microvolt = <800000>; | 178 | regulator-min-microvolt = <800000>; |
179 | regulator-max-microvolt = <3300000>; | 179 | regulator-max-microvolt = <3300000>; |
180 | regulator-always-on; | ||
180 | }; | 181 | }; |
181 | 182 | ||
182 | swbst_reg: swbst { | 183 | swbst_reg: swbst { |