All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 12:03 ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

Hi,

This set does a minor fix and an update:

   - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
     the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

   - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
     latest Data Manual

Regards,
RK

Ravikumar Kattekola (2):
  ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
  ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM

 arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.9.5


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

* [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 12:03 ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

Hi,

This set does a minor fix and an update:

   - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
     the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

   - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
     latest Data Manual

Regards,
RK

Ravikumar Kattekola (2):
  ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
  ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM

 arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.9.5

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

* [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 12:03 ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This set does a minor fix and an update:

   - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
     the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

   - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
     latest Data Manual

Regards,
RK

Ravikumar Kattekola (2):
  ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
  ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM

 arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.9.5

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

* [PATCH 1/2] ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
  2014-12-03 12:03 ` Ravikumar Kattekola
  (?)
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  -1 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

The max expected voltage for VDD_GPU, connected to SMPS6, is 1.25V.
Correct regulator max voltage constraint to meet this requirement.

Document reference: DRA74 Data Manual, SPRS857M - Dec 2012,
		    Revised Oct 2014.

Fixes: c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 736092b..b6b9286 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -304,7 +304,7 @@
 					/* VDD_GPU - over VDD_SMPS6 */
 					regulator-name = "smps6";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <12500000>;
+					regulator-max-microvolt = <1250000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
-- 
1.7.9.5


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

* [PATCH 1/2] ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

The max expected voltage for VDD_GPU, connected to SMPS6, is 1.25V.
Correct regulator max voltage constraint to meet this requirement.

Document reference: DRA74 Data Manual, SPRS857M - Dec 2012,
		    Revised Oct 2014.

Fixes: c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 736092b..b6b9286 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -304,7 +304,7 @@
 					/* VDD_GPU - over VDD_SMPS6 */
 					regulator-name = "smps6";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <12500000>;
+					regulator-max-microvolt = <1250000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
-- 
1.7.9.5

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

* [PATCH 1/2] ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

The max expected voltage for VDD_GPU, connected to SMPS6, is 1.25V.
Correct regulator max voltage constraint to meet this requirement.

Document reference: DRA74 Data Manual, SPRS857M - Dec 2012,
		    Revised Oct 2014.

Fixes: c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 736092b..b6b9286 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -304,7 +304,7 @@
 					/* VDD_GPU - over VDD_SMPS6 */
 					regulator-name = "smps6";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <12500000>;
+					regulator-max-microvolt = <1250000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
-- 
1.7.9.5

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

* [PATCH 2/2] ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
  2014-12-03 12:03 ` Ravikumar Kattekola
  (?)
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  -1 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

As per the latest Data Manual, for newer samples,
the nominal voltage required for VDD_CORE at OPP_NOM can be
upto 1.06V which was 1.03V earlier.

Update the regulator max voltage constraint for SMPS7,
connected to VDD_CORE, to meet this requirement.

Document reference:
DRA74 Data Manual, SPRS857M - Dec 2012, Revised Oct 2014.
DRA72 Data Manual, SPRS906G - Dec 2012, revised Oct 2014.

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts  |    2 +-
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index b6b9286..10b725c 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -313,7 +313,7 @@
 					/* CORE_VDD */
 					regulator-name = "smps7";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index afc74fd..89085d0 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -160,7 +160,7 @@
 					/* VDD_CORE */
 					regulator-name = "smps2";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-boot-on;
 					regulator-always-on;
 				};
-- 
1.7.9.5


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

* [PATCH 2/2] ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree,
	Ravikumar Kattekola

As per the latest Data Manual, for newer samples,
the nominal voltage required for VDD_CORE at OPP_NOM can be
upto 1.06V which was 1.03V earlier.

Update the regulator max voltage constraint for SMPS7,
connected to VDD_CORE, to meet this requirement.

Document reference:
DRA74 Data Manual, SPRS857M - Dec 2012, Revised Oct 2014.
DRA72 Data Manual, SPRS906G - Dec 2012, revised Oct 2014.

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts  |    2 +-
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index b6b9286..10b725c 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -313,7 +313,7 @@
 					/* CORE_VDD */
 					regulator-name = "smps7";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index afc74fd..89085d0 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -160,7 +160,7 @@
 					/* VDD_CORE */
 					regulator-name = "smps2";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-boot-on;
 					regulator-always-on;
 				};
-- 
1.7.9.5

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

* [PATCH 2/2] ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
@ 2014-12-03 12:03   ` Ravikumar Kattekola
  0 siblings, 0 replies; 15+ messages in thread
From: Ravikumar Kattekola @ 2014-12-03 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

As per the latest Data Manual, for newer samples,
the nominal voltage required for VDD_CORE at OPP_NOM can be
upto 1.06V which was 1.03V earlier.

Update the regulator max voltage constraint for SMPS7,
connected to VDD_CORE, to meet this requirement.

Document reference:
DRA74 Data Manual, SPRS857M - Dec 2012, Revised Oct 2014.
DRA72 Data Manual, SPRS906G - Dec 2012, revised Oct 2014.

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts  |    2 +-
 arch/arm/boot/dts/dra72-evm.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index b6b9286..10b725c 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -313,7 +313,7 @@
 					/* CORE_VDD */
 					regulator-name = "smps7";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-always-on;
 					regulator-boot-on;
 				};
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index afc74fd..89085d0 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -160,7 +160,7 @@
 					/* VDD_CORE */
 					regulator-name = "smps2";
 					regulator-min-microvolt = <850000>;
-					regulator-max-microvolt = <1030000>;
+					regulator-max-microvolt = <1060000>;
 					regulator-boot-on;
 					regulator-always-on;
 				};
-- 
1.7.9.5

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

* Re: [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 13:04   ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2014-12-03 13:04 UTC (permalink / raw)
  To: Ravikumar Kattekola, Tony Lindgren, Benoît Cousson
  Cc: linux-kernel, linux-omap, linux-arm-kernel, devicetree

On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> Hi,
> 
> This set does a minor fix and an update:
> 
>    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
>      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> 
>    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
>      latest Data Manual
> 
> Regards,
> RK
> 
> Ravikumar Kattekola (2):
>   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
>   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> 
>  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
>  arch/arm/boot/dts/dra72-evm.dts |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
These apply to

https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2

Acked-by: Nishanth Menon <nm@ti.com>

-- 
Regards,
Nishanth Menon

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

* Re: [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 13:04   ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2014-12-03 13:04 UTC (permalink / raw)
  To: Ravikumar Kattekola, Tony Lindgren, Benoît Cousson
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> Hi,
> 
> This set does a minor fix and an update:
> 
>    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
>      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> 
>    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
>      latest Data Manual
> 
> Regards,
> RK
> 
> Ravikumar Kattekola (2):
>   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
>   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> 
>  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
>  arch/arm/boot/dts/dra72-evm.dts |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
These apply to

https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2

Acked-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>

-- 
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-03 13:04   ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2014-12-03 13:04 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> Hi,
> 
> This set does a minor fix and an update:
> 
>    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
>      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> 
>    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
>      latest Data Manual
> 
> Regards,
> RK
> 
> Ravikumar Kattekola (2):
>   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
>   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> 
>  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
>  arch/arm/boot/dts/dra72-evm.dts |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
These apply to

https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2

Acked-by: Nishanth Menon <nm@ti.com>

-- 
Regards,
Nishanth Menon

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

* Re: [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-10 16:47     ` Tony Lindgren
  0 siblings, 0 replies; 15+ messages in thread
From: Tony Lindgren @ 2014-12-10 16:47 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Ravikumar Kattekola, Benoît Cousson, linux-kernel,
	linux-omap, linux-arm-kernel, devicetree

* Nishanth Menon <nm@ti.com> [141203 05:06]:
> On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> > Hi,
> > 
> > This set does a minor fix and an update:
> > 
> >    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
> >      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> > 
> >    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
> >      latest Data Manual
> > 
> > Regards,
> > RK
> > 
> > Ravikumar Kattekola (2):
> >   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
> >   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> > 
> >  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
> >  arch/arm/boot/dts/dra72-evm.dts |    2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> These apply to
> 
> https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2
> 
> Acked-by: Nishanth Menon <nm@ti.com>

Applying both into omap-for-v3.19/fixes thanks.

Tony

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

* Re: [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-10 16:47     ` Tony Lindgren
  0 siblings, 0 replies; 15+ messages in thread
From: Tony Lindgren @ 2014-12-10 16:47 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Ravikumar Kattekola, Benoît Cousson,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

* Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> [141203 05:06]:
> On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> > Hi,
> > 
> > This set does a minor fix and an update:
> > 
> >    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
> >      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> > 
> >    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
> >      latest Data Manual
> > 
> > Regards,
> > RK
> > 
> > Ravikumar Kattekola (2):
> >   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
> >   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> > 
> >  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
> >  arch/arm/boot/dts/dra72-evm.dts |    2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> These apply to
> 
> https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2
> 
> Acked-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>

Applying both into omap-for-v3.19/fixes thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes
@ 2014-12-10 16:47     ` Tony Lindgren
  0 siblings, 0 replies; 15+ messages in thread
From: Tony Lindgren @ 2014-12-10 16:47 UTC (permalink / raw)
  To: linux-arm-kernel

* Nishanth Menon <nm@ti.com> [141203 05:06]:
> On 12/03/2014 06:03 AM, Ravikumar Kattekola wrote:
> > Hi,
> > 
> > This set does a minor fix and an update:
> > 
> >    - Fix a typo in the max voltage property of smps6 (vdd_gpu) regulator node added by
> >      the patch : c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")
> > 
> >    - Update max voltage property of smps7 (vdd_core) regulator node to align with the 
> >      latest Data Manual
> > 
> > Regards,
> > RK
> > 
> > Ravikumar Kattekola (2):
> >   ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
> >   ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
> > 
> >  arch/arm/boot/dts/dra7-evm.dts  |    4 ++--
> >  arch/arm/boot/dts/dra72-evm.dts |    2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> These apply to
> 
> https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.19/dt-v2
> 
> Acked-by: Nishanth Menon <nm@ti.com>

Applying both into omap-for-v3.19/fixes thanks.

Tony

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

end of thread, other threads:[~2014-12-10 16:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03 12:03 [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes Ravikumar Kattekola
2014-12-03 12:03 ` Ravikumar Kattekola
2014-12-03 12:03 ` Ravikumar Kattekola
2014-12-03 12:03 ` [PATCH 1/2] ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage Ravikumar Kattekola
2014-12-03 12:03   ` Ravikumar Kattekola
2014-12-03 12:03   ` Ravikumar Kattekola
2014-12-03 12:03 ` [PATCH 2/2] ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM Ravikumar Kattekola
2014-12-03 12:03   ` Ravikumar Kattekola
2014-12-03 12:03   ` Ravikumar Kattekola
2014-12-03 13:04 ` [PATCH 0/2] ARM: dts: dra7-evm: Regulator max voltage fixes Nishanth Menon
2014-12-03 13:04   ` Nishanth Menon
2014-12-03 13:04   ` Nishanth Menon
2014-12-10 16:47   ` Tony Lindgren
2014-12-10 16:47     ` Tony Lindgren
2014-12-10 16:47     ` Tony Lindgren

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.