]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: Update clocks entry in MFC binding documentation
authorArun Kumar K <arun.kk@samsung.com>
Sun, 18 Aug 2013 19:43:00 +0000 (04:43 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 18 Aug 2013 19:43:00 +0000 (04:43 +0900)
MFC driver is updated to use only one clock instead of
two. Correcting this in the binding documentation.

Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/media/s5p-mfc.txt

index df37b0230c75c6c7952447da58fca87e501d8b96..d75c3e589d439c98538fea45328df59e02c73571 100644 (file)
@@ -15,9 +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.
+  - clocks : from common clock binding: handle to mfc clock.
+  - clock-names : from common clock binding: must contain "mfc",
+                 corresponding to entry 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.
@@ -37,8 +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";
+       clocks = <&clock 273>;
+       clock-names = "mfc";
 };
 
 Board specific DT entry: