devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes
@ 2014-05-20 13:38 Rahul Sharma
  2014-05-20 13:38 ` [PATCH 1/2] ARM: dts: add pmu syscon handle to exynos5250 hdmi Rahul Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Sharma @ 2014-05-20 13:38 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-samsung-soc
  Cc: kgene.kim, inki.dae, tomasz.figa, joshi, r.sh.open, Rahul Sharma

Add PMU syscon handle to HDMI dt node for controlling PHY
Enable/Disable bit.

Patch is dependent for following patch for approval on DT
Bindings:
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg31106.html

It is based on Kukjin's "for-next" branch.

Rahul Sharma (2):
  ARM: dts: add pmu syscon handle to exynos5250 hdmi
  ARM: dts: add pmu syscon handle to exynos5420 hdmi

 arch/arm/boot/dts/exynos5250.dtsi |    1 +
 arch/arm/boot/dts/exynos5420.dtsi |    1 +
 2 files changed, 2 insertions(+)

-- 
1.7.9.5

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

* [PATCH 1/2] ARM: dts: add pmu syscon handle to exynos5250 hdmi
  2014-05-20 13:38 [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Rahul Sharma
@ 2014-05-20 13:38 ` Rahul Sharma
  2014-05-20 13:38 ` [PATCH 2/2] ARM: dts: add pmu syscon handle to exynos5420 hdmi Rahul Sharma
  2014-05-22 18:37 ` [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Kukjin Kim
  2 siblings, 0 replies; 4+ messages in thread
From: Rahul Sharma @ 2014-05-20 13:38 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-samsung-soc
  Cc: kgene.kim, inki.dae, tomasz.figa, joshi, r.sh.open, Rahul Sharma

Add PMU syscon handle to HDMI dt node for controlling
PHY Enable/Disable bit.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 68a3e6f..52e5db5 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -704,6 +704,7 @@
 			 <&clock CLK_MOUT_HDMI>;
 		clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
 				"sclk_hdmiphy", "mout_hdmi";
+		samsung,syscon-phandle = <&pmu_system_controller>;
 	};
 
 	mixer {
-- 
1.7.9.5

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

* [PATCH 2/2] ARM: dts: add pmu syscon handle to exynos5420 hdmi
  2014-05-20 13:38 [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Rahul Sharma
  2014-05-20 13:38 ` [PATCH 1/2] ARM: dts: add pmu syscon handle to exynos5250 hdmi Rahul Sharma
@ 2014-05-20 13:38 ` Rahul Sharma
  2014-05-22 18:37 ` [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Kukjin Kim
  2 siblings, 0 replies; 4+ messages in thread
From: Rahul Sharma @ 2014-05-20 13:38 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-samsung-soc
  Cc: kgene.kim, inki.dae, tomasz.figa, joshi, r.sh.open, Rahul Sharma

Add PMU syscon handle to HDMI dt node for controlling
PHY Enable/Disable bit.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
 arch/arm/boot/dts/exynos5420.dtsi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 8e7e35c..20dc308 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -687,6 +687,7 @@
 		clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
 			"sclk_hdmiphy", "mout_hdmi";
 		phy = <&hdmiphy>;
+		samsung,syscon-phandle = <&pmu_system_controller>;
 		status = "disabled";
 	};
 
-- 
1.7.9.5

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

* Re: [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes
  2014-05-20 13:38 [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Rahul Sharma
  2014-05-20 13:38 ` [PATCH 1/2] ARM: dts: add pmu syscon handle to exynos5250 hdmi Rahul Sharma
  2014-05-20 13:38 ` [PATCH 2/2] ARM: dts: add pmu syscon handle to exynos5420 hdmi Rahul Sharma
@ 2014-05-22 18:37 ` Kukjin Kim
  2 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-22 18:37 UTC (permalink / raw)
  To: Rahul Sharma
  Cc: linux-arm-kernel, devicetree, linux-samsung-soc, kgene.kim,
	inki.dae, tomasz.figa, joshi, r.sh.open

On 05/20/14 22:38, Rahul Sharma wrote:
> Add PMU syscon handle to HDMI dt node for controlling PHY
> Enable/Disable bit.
>
> Patch is dependent for following patch for approval on DT
> Bindings:
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg31106.html
>
Yeah, I checked above.

Applied this series.

Thanks,
Kukjin

> It is based on Kukjin's "for-next" branch.
>
> Rahul Sharma (2):
>    ARM: dts: add pmu syscon handle to exynos5250 hdmi
>    ARM: dts: add pmu syscon handle to exynos5420 hdmi
>
>   arch/arm/boot/dts/exynos5250.dtsi |    1 +
>   arch/arm/boot/dts/exynos5420.dtsi |    1 +
>   2 files changed, 2 insertions(+)

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

end of thread, other threads:[~2014-05-22 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 13:38 [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Rahul Sharma
2014-05-20 13:38 ` [PATCH 1/2] ARM: dts: add pmu syscon handle to exynos5250 hdmi Rahul Sharma
2014-05-20 13:38 ` [PATCH 2/2] ARM: dts: add pmu syscon handle to exynos5420 hdmi Rahul Sharma
2014-05-22 18:37 ` [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).