All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
@ 2014-06-18 13:44 ` Rahul Sharma
  0 siblings, 0 replies; 4+ messages in thread
From: Rahul Sharma @ 2014-06-18 13:44 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-samsung-soc
  Cc: kgene.kim, inki.dae, tomasz.figa, joshi, r.sh.open, Rahul Sharma

Adding regulators for hdmi for peach-pit board.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
Based on for-next branch in Kukjin's tree.
Dependent on:
1) PMIC DT patch at http://www.gossamer-threads.com/lists/linux/kernel/1945703
2) tps65090 DT patch at https://lkml.org/lkml/2014/6/13/483

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

diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
index 1c5b8f9..0a6a1cb 100644
--- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
+++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
@@ -229,6 +229,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>;
 };
 
 &usbdrd_phy0 {
-- 
1.7.9.5

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

* [PATCH] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
@ 2014-06-18 13:44 ` Rahul Sharma
  0 siblings, 0 replies; 4+ messages in thread
From: Rahul Sharma @ 2014-06-18 13:44 UTC (permalink / raw)
  To: linux-arm-kernel

Adding regulators for hdmi for peach-pit board.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
Based on for-next branch in Kukjin's tree.
Dependent on:
1) PMIC DT patch at http://www.gossamer-threads.com/lists/linux/kernel/1945703
2) tps65090 DT patch at https://lkml.org/lkml/2014/6/13/483

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

diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
index 1c5b8f9..0a6a1cb 100644
--- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
+++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
@@ -229,6 +229,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>;
 };
 
 &usbdrd_phy0 {
-- 
1.7.9.5

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

* Re: [PATCH] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
  2014-06-18 13:44 ` Rahul Sharma
@ 2014-06-26  7:34   ` Javier Martinez Canillas
  -1 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2014-06-26  7:34 UTC (permalink / raw)
  To: Rahul Sharma
  Cc: linux-arm-kernel, devicetree, linux-samsung-soc, Kukjin Kim,
	Inki Dae, tomasz.figa, sunil joshi, r.sh.open

Hello Rahul,

On Wed, Jun 18, 2014 at 3:44 PM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
> Adding regulators for hdmi for peach-pit board.
>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on for-next branch in Kukjin's tree.
> Dependent on:
> 1) PMIC DT patch at http://www.gossamer-threads.com/lists/linux/kernel/1945703
> 2) tps65090 DT patch at https://lkml.org/lkml/2014/6/13/483
>
>  arch/arm/boot/dts/exynos5420-peach-pit.dts |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> index 1c5b8f9..0a6a1cb 100644
> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> @@ -229,6 +229,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>;
>  };
>
>  &usbdrd_phy0 {
> --
> 1l.7.9.5
>

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Best regards,
Javier

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

* [PATCH] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
@ 2014-06-26  7:34   ` Javier Martinez Canillas
  0 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2014-06-26  7:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Rahul,

On Wed, Jun 18, 2014 at 3:44 PM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
> Adding regulators for hdmi for peach-pit board.
>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on for-next branch in Kukjin's tree.
> Dependent on:
> 1) PMIC DT patch at http://www.gossamer-threads.com/lists/linux/kernel/1945703
> 2) tps65090 DT patch at https://lkml.org/lkml/2014/6/13/483
>
>  arch/arm/boot/dts/exynos5420-peach-pit.dts |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> index 1c5b8f9..0a6a1cb 100644
> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> @@ -229,6 +229,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>;
>  };
>
>  &usbdrd_phy0 {
> --
> 1l.7.9.5
>

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Best regards,
Javier

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

end of thread, other threads:[~2014-06-26  7:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 13:44 [PATCH] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board Rahul Sharma
2014-06-18 13:44 ` Rahul Sharma
2014-06-26  7:34 ` Javier Martinez Canillas
2014-06-26  7:34   ` Javier Martinez Canillas

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.