Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -302,11 +302,13 @@
				buck7_reg: BUCK7 {
					regulator-name = "PVDD_BUCK7";
					regulator-always-on;
					op_mode = <1>;
				};

				buck8_reg: BUCK8 {
					regulator-name = "PVDD_BUCK8";
					regulator-always-on;
					op_mode = <1>;
				};

				buck9_reg: BUCK9 {