devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4
@ 2013-04-08  6:14 Sachin Kamat
  2013-04-08  6:14 ` [PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries Sachin Kamat
  2013-04-10 10:03 ` [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 Kukjin Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-04-08  6:14 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss
  Cc: kgene.kim, rob.herring, s.nawrocki, sachin.kamat, patches

Added MFC related clock entries in exynos4.dtsi file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
Based on Kukjin's for-next tree.
No change since v1 (except added reviewed-by tag).
---
 arch/arm/boot/dts/exynos4.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 800ff11..74f18d2 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -155,6 +155,8 @@
 		reg = <0x13400000 0x10000>;
 		interrupts = <0 94 0>;
 		samsung,power-domain = <&pd_mfc>;
+		clocks = <&clock 170>, <&clock 273>;
+		clock-names = "sclk_mfc", "mfc";
 		status = "disabled";
 	};
 
-- 
1.7.9.5

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

* [PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries
  2013-04-08  6:14 [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 Sachin Kamat
@ 2013-04-08  6:14 ` Sachin Kamat
  2013-04-10 10:03 ` [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 Kukjin Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-04-08  6:14 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss
  Cc: kgene.kim, rob.herring, s.nawrocki, sachin.kamat, patches

Added clock entry definitions to MFC bindings document.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
Changes since v1:
Updated "clock-names" description as suggested by
Sylwester Nawrocki <s.nawrocki@samsung.com>
---
 .../devicetree/bindings/media/s5p-mfc.txt          |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/s5p-mfc.txt b/Documentation/devicetree/bindings/media/s5p-mfc.txt
index bf0182d..df37b02 100644
--- a/Documentation/devicetree/bindings/media/s5p-mfc.txt
+++ b/Documentation/devicetree/bindings/media/s5p-mfc.txt
@@ -15,6 +15,9 @@ Required properties:
 	  mapped region.
 
   - interrupts : MFC interrupt number to the CPU.
+  - clocks : from common clock binding: handle to mfc clocks.
+  - clock-names : from common clock binding: must contain "sclk_mfc" and "mfc",
+		  corresponding to entries in the clocks property.
 
   - samsung,mfc-r : Base address of the first memory bank used by MFC
 		    for DMA contiguous memory allocation and its size.
@@ -34,6 +37,8 @@ mfc: codec@13400000 {
 	reg = <0x13400000 0x10000>;
 	interrupts = <0 94 0>;
 	samsung,power-domain = <&pd_mfc>;
+	clocks = <&clock 170>, <&clock 273>;
+	clock-names = "sclk_mfc", "mfc";
 };
 
 Board specific DT entry:
-- 
1.7.9.5

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

* RE: [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4
  2013-04-08  6:14 [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 Sachin Kamat
  2013-04-08  6:14 ` [PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries Sachin Kamat
@ 2013-04-10 10:03 ` Kukjin Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-04-10 10:03 UTC (permalink / raw)
  To: 'Sachin Kamat', linux-samsung-soc, devicetree-discuss
  Cc: rob.herring, s.nawrocki, patches

Sachin Kamat wrote:
> 
> Added MFC related clock entries in exynos4.dtsi file.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

Applied this series.

Thanks.

- Kukjin

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

end of thread, other threads:[~2013-04-10 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  6:14 [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 Sachin Kamat
2013-04-08  6:14 ` [PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries Sachin Kamat
2013-04-10 10:03 ` [PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4 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).