@@ -10,16 +10,20 @@ Required properties:
- compatible : value should be either one among the following
(a) "samsung,mfc-v5" for MFC v5 present in Exynos4 SoCs
(b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs
- (c) "samsung,mfc-v7" for MFC v7 present in Exynos5420 SoC
+ (c) "samsung,mfc-v7" for MFC v7 present in Exynos3250 and Exynos5420 SoC
(d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC
- reg : Physical base address of the IP registers and length of memory
mapped region.
- interrupts : MFC interrupt number to the CPU.
- - clocks : from common clock binding: handle to mfc clock.
+ - clocks : from common clock binding: handle to mfc clock and for
+ Exynos3250 SoC special clock gate should be defined
+ as the second element of the clocks array
+
- clock-names : from common clock binding: must contain "mfc",
- corresponding to entry in the clocks property.
+ corresponding to entry in the clocks property and
+ additionally "sclk-mfc" entry for Exynos3250 SoC
- samsung,mfc-r : Base address of the first memory bank used by MFC
for DMA contiguous memory allocation and its size.