提交 f53aee29 编写于 作者: M Mark Brown 提交者: Ben Dooks

[ARM] SMDK6410: Mark all supplies as always_on

Since no consumers are currently configured for the SMDK6410 mark all
the supplies on the board as being always_on, ensuring interoperability
with future regulator API changes to disable unused regulators.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 db9256f3
......@@ -252,6 +252,7 @@ static struct regulator_init_data wm8350_ldo2_data = {
.name = "PVDD_OTG",
.min_uV = 3300000,
.max_uV = 3300000,
.always_on = 1,
},
};
......@@ -261,6 +262,7 @@ static struct regulator_init_data wm8350_ldo3_data = {
.name = "PVDD_LCD",
.min_uV = 3000000,
.max_uV = 3000000,
.always_on = 1,
},
};
......@@ -271,6 +273,7 @@ static struct regulator_init_data wm8350_ldo4_data = {
.min_uV = 1200000,
.max_uV = 1200000,
.apply_uV = 1,
.always_on = 1,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册