diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-11 16:49:53 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-11 16:49:53 -0500 |
commit | 05118a8e1435c2706d63e8411390d6e16e13e17c (patch) | |
tree | baa9ffd8817565a6926023d7aba994ec27c0edab | |
parent | 16532759d48a9fcf96cccb013b7f4dc338c2f2d6 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/exynos5250-arndale.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 684527087aa4..bbfb23f942e1 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts | |||
@@ -302,11 +302,13 @@ | |||
302 | buck7_reg: BUCK7 { | 302 | buck7_reg: BUCK7 { |
303 | regulator-name = "PVDD_BUCK7"; | 303 | regulator-name = "PVDD_BUCK7"; |
304 | regulator-always-on; | 304 | regulator-always-on; |
305 | op_mode = <1>; | ||
305 | }; | 306 | }; |
306 | 307 | ||
307 | buck8_reg: BUCK8 { | 308 | buck8_reg: BUCK8 { |
308 | regulator-name = "PVDD_BUCK8"; | 309 | regulator-name = "PVDD_BUCK8"; |
309 | regulator-always-on; | 310 | regulator-always-on; |
311 | op_mode = <1>; | ||
310 | }; | 312 | }; |
311 | 313 | ||
312 | buck9_reg: BUCK9 { | 314 | buck9_reg: BUCK9 { |