All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Update vdd_arm regulator
@ 2013-06-06 11:02 Tushar Behera
  2013-06-08 11:52 ` Tomasz Figa
  0 siblings, 1 reply; 4+ messages in thread
From: Tushar Behera @ 2013-06-06 11:02 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, patches

Cpufreq driver for EXYNOS4210 is not a platform driver, hence it is not
possible to provide the regulator supply name through DT bindings.
Since the cpufreq driver requires the regulator to be named as
'vdd_arm', the related regulator name should be kept same.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 arch/arm/boot/dts/exynos4210-origen.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index bcf8079..bd5f589 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -192,7 +192,7 @@
 				};
 
 				buck1_reg: BUCK1 {
-					regulator-name = "VDD_ARM_1.2V";
+					regulator-name = "vdd_arm";
 					regulator-min-microvolt = <950000>;
 					regulator-max-microvolt	= <1350000>;
 					regulator-always-on;
-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-20 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 11:02 [PATCH] ARM: dts: Update vdd_arm regulator Tushar Behera
2013-06-08 11:52 ` Tomasz Figa
2013-06-10  3:44   ` Tushar Behera
2013-06-20 11:10     ` Tushar Behera

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.