All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: Add missing op_mode property to PMIC on Arndale
@ 2013-11-27  9:14 Sachin Kamat
  2013-12-09 21:34 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2013-11-27  9:14 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat

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>
---
 arch/arm/boot/dts/exynos5250-arndale.dts |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index e1d79efadf02..6c92c4a827dc 100644
--- 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 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] ARM: dts: Add missing op_mode property to PMIC on Arndale
  2013-11-27  9:14 [PATCH 1/1] ARM: dts: Add missing op_mode property to PMIC on Arndale Sachin Kamat
@ 2013-12-09 21:34 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-12-09 21:34 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-samsung-soc, kgene.kim

On 11/27/13 18:14, Sachin Kamat wrote:
> 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>
> ---
>   arch/arm/boot/dts/exynos5250-arndale.dts |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
> index e1d79efadf02..6c92c4a827dc 100644
> --- 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 {

OK, applied.

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-09 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27  9:14 [PATCH 1/1] ARM: dts: Add missing op_mode property to PMIC on Arndale Sachin Kamat
2013-12-09 21:34 ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.