ARM: dts: Update MFC documentation for clock entries
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 10 Apr 2013 10:01:51 +0000 (19:01 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 10 Jun 2013 08:22:30 +0000 (17:22 +0900)
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/media/s5p-mfc.txt

index bf0182d8da257d392ce315a6d2b1b749cb740a51..df37b0230c75c6c7952447da58fca87e501d8b96 100644 (file)
@@ -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:
This page took 0.025315 seconds and 5 git commands to generate.