Re: [PATCH 2/6] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board

2014-09-10 Thread Javier Martinez Canillas
Hello Doug,

On 09/10/2014 06:45 AM, Doug Anderson wrote:

 Reviewed-by: Doug Anderson diand...@chromium.org
 
 Meant to add this to the v2.  Sorry for the spam...
 

No worries, I've to re-spin anyways to fix the issue you pointed on Patch #1
so I'll include your Reviewed-by tag.

Best regards,
Javier
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/6] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board

2014-09-09 Thread Doug Anderson
Javier / Rahul,

On Tue, Aug 19, 2014 at 8:08 AM, Javier Martinez Canillas
javier.marti...@collabora.co.uk wrote:
 From: Rahul Sharma rahul.sha...@samsung.com

 Adding regulators for HDMI for Peach-pi board.

 Signed-off-by: Rahul Sharma rahul.sha...@samsung.com
 Reviewed-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
 Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
 ---

 v2: 1) Add blank line before hdmi regulators.

  arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +
  1 file changed, 5 insertions(+)

Reviewed-by: Doug Anderson diand...@chromium.org
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/6] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board

2014-09-09 Thread Doug Anderson
Hi,

On Tue, Sep 9, 2014 at 9:44 PM, Doug Anderson diand...@chromium.org wrote:
 Javier / Rahul,

 On Tue, Aug 19, 2014 at 8:08 AM, Javier Martinez Canillas
 javier.marti...@collabora.co.uk wrote:
 From: Rahul Sharma rahul.sha...@samsung.com

 Adding regulators for HDMI for Peach-pi board.

 Signed-off-by: Rahul Sharma rahul.sha...@samsung.com
 Reviewed-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
 Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
 ---

 v2: 1) Add blank line before hdmi regulators.

  arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +
  1 file changed, 5 insertions(+)

 Reviewed-by: Doug Anderson diand...@chromium.org

Meant to add this to the v2.  Sorry for the spam...
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2/6] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board

2014-08-19 Thread Javier Martinez Canillas
From: Rahul Sharma rahul.sha...@samsung.com

Adding regulators for HDMI for Peach-pi board.

Signed-off-by: Rahul Sharma rahul.sha...@samsung.com
Reviewed-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk
---

v2: 1) Add blank line before hdmi regulators.

 arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts 
b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index f753eae..e613827 100644
--- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
@@ -140,6 +140,11 @@
pinctrl-names = default;
pinctrl-0 = hdmi_hpd_irq;
ddc = i2c_2;
+
+   hdmi-en-supply = tps65090_fet7;
+   vdd-supply = ldo8_reg;
+   vdd_osc-supply = ldo10_reg;
+   vdd_pll-supply = ldo8_reg;
 };
 
 hsi2c_4 {
-- 
2.0.1

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