ARM: dts: Add missing op_mode property to PMIC on Arndale
Though the default value is 1, add it explicitly to avoid unnecessary boot warnings and for consistency. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
16532759d4
commit
05118a8e14
1 changed files with 2 additions and 0 deletions
|
@ -302,11 +302,13 @@
|
||||||
buck7_reg: BUCK7 {
|
buck7_reg: BUCK7 {
|
||||||
regulator-name = "PVDD_BUCK7";
|
regulator-name = "PVDD_BUCK7";
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
|
op_mode = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
buck8_reg: BUCK8 {
|
buck8_reg: BUCK8 {
|
||||||
regulator-name = "PVDD_BUCK8";
|
regulator-name = "PVDD_BUCK8";
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
|
op_mode = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
buck9_reg: BUCK9 {
|
buck9_reg: BUCK9 {
|
||||||
|
|
Loading…
Reference in a new issue