Commit 05118a8e authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 16532759
...@@ -302,11 +302,13 @@ buck5_reg: BUCK5 { ...@@ -302,11 +302,13 @@ buck5_reg: BUCK5 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment