Re: [PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-18 Thread Tony Lindgren
* Keerthy  [151217 21:15]:
> Hi Tony,
> 
> On Friday 18 December 2015 12:14 AM, Tony Lindgren wrote:
> >* Keerthy  [151213 22:38]:
> >>Add regulator-allow-bypass property for ldo1 and ldo2.
> >
> >Are patches 2 and 3 safe to apply separately already or do
> >we need to wait for the regulator patch to go in first?
> 
> Yes they are okay to apply. I boot tested them without regulator patch and i
> saw no boot issues on dra7-evm.

OK thanks picking 2 and 3 into omap-for-v4.5/dt.

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


Re: [PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-18 Thread Keerthy



On Friday 18 December 2015 10:14 PM, Tony Lindgren wrote:

* Keerthy  [151217 21:15]:

Hi Tony,

On Friday 18 December 2015 12:14 AM, Tony Lindgren wrote:

* Keerthy  [151213 22:38]:

Add regulator-allow-bypass property for ldo1 and ldo2.


Are patches 2 and 3 safe to apply separately already or do
we need to wait for the regulator patch to go in first?


Yes they are okay to apply. I boot tested them without regulator patch and i
saw no boot issues on dra7-evm.


OK thanks picking 2 and 3 into omap-for-v4.5/dt.


Thanks Tony.



Tony


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-17 Thread Tony Lindgren
* Keerthy  [151213 22:38]:
> Add regulator-allow-bypass property for ldo1 and ldo2.

Are patches 2 and 3 safe to apply separately already or do
we need to wait for the regulator patch to go in first?

Regards,

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


Re: [PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-17 Thread Keerthy

Hi Tony,

On Friday 18 December 2015 12:14 AM, Tony Lindgren wrote:

* Keerthy  [151213 22:38]:

Add regulator-allow-bypass property for ldo1 and ldo2.


Are patches 2 and 3 safe to apply separately already or do
we need to wait for the regulator patch to go in first?


Yes they are okay to apply. I boot tested them without regulator patch 
and i saw no boot issues on dra7-evm.


Regards,
Keerthy



Regards,

Tony


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-13 Thread Keerthy
Add regulator-allow-bypass property for ldo1 and ldo2.

Signed-off-by: Keerthy 
---
 arch/arm/boot/dts/dra72-evm.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index d6104d5..4e2824b 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -373,6 +373,7 @@
regulator-max-microvolt = <330>;
regulator-always-on;
regulator-boot-on;
+   regulator-allow-bypass;
};
 
ldo2_reg: ldo2 {
@@ -380,6 +381,7 @@
regulator-name = "ldo2";
regulator-min-microvolt = <180>;
regulator-max-microvolt = <330>;
+   regulator-allow-bypass;
};
 
ldo3_reg: ldo3 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html