aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorArun Kumar K <arun.kk@samsung.com>2013-08-18 15:43:00 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-08-18 15:43:00 -0400
commit77634289286aaef9c9eb9b2b6a66d688509ee335 (patch)
tree980f497a2ab3e446124de6d1afebc1d150a552fb /Documentation/devicetree
parent15ac869375030824ac344038a9dce59fe93a8b9c (diff)
ARM: dts: Update clocks entry in MFC binding documentation
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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/media/s5p-mfc.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/media/s5p-mfc.txt b/Documentation/devicetree/bindings/media/s5p-mfc.txt
index df37b0230c75..d75c3e589d43 100644
--- a/Documentation/devicetree/bindings/media/s5p-mfc.txt
+++ b/Documentation/devicetree/bindings/media/s5p-mfc.txt
@@ -15,9 +15,9 @@ Required properties:
15 mapped region. 15 mapped region.
16 16
17 - interrupts : MFC interrupt number to the CPU. 17 - interrupts : MFC interrupt number to the CPU.
18 - clocks : from common clock binding: handle to mfc clocks. 18 - clocks : from common clock binding: handle to mfc clock.
19 - clock-names : from common clock binding: must contain "sclk_mfc" and "mfc", 19 - clock-names : from common clock binding: must contain "mfc",
20 corresponding to entries in the clocks property. 20 corresponding to entry in the clocks property.
21 21
22 - samsung,mfc-r : Base address of the first memory bank used by MFC 22 - samsung,mfc-r : Base address of the first memory bank used by MFC
23 for DMA contiguous memory allocation and its size. 23 for DMA contiguous memory allocation and its size.
@@ -37,8 +37,8 @@ mfc: codec@13400000 {
37 reg = <0x13400000 0x10000>; 37 reg = <0x13400000 0x10000>;
38 interrupts = <0 94 0>; 38 interrupts = <0 94 0>;
39 samsung,power-domain = <&pd_mfc>; 39 samsung,power-domain = <&pd_mfc>;
40 clocks = <&clock 170>, <&clock 273>; 40 clocks = <&clock 273>;
41 clock-names = "sclk_mfc", "mfc"; 41 clock-names = "mfc";
42}; 42};
43 43
44Board specific DT entry: 44Board specific DT entry: