projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1653275
)
ARM: dts: Add missing op_mode property to PMIC on Arndale
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 11 Dec 2013 21:49:53 +0000
(06:49 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 11 Dec 2013 21:49:53 +0000
(06:49 +0900)
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>
arch/arm/boot/dts/exynos5250-arndale.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5250-arndale.dts
b/arch/arm/boot/dts/exynos5250-arndale.dts
index
6845270
..
bbfb23f
100644
(file)
--- a/
arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/
arch/arm/boot/dts/exynos5250-arndale.dts
@@
-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 {