]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: samsung: exynos4: add missing smmu_g2d clock and update comments
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Sep 2014 11:54:31 +0000 (13:54 +0200)
committerTomasz Figa <tomasz.figa@gmail.com>
Mon, 22 Sep 2014 12:31:06 +0000 (14:31 +0200)
This patch adds missing smmu_g2d clock implementation and updates
comment about Exynos4 clocks from 278-282 range. Those clocks are
available on all Exynos4 SoC series, so the misleading comment has been
removed.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
drivers/clk/samsung/clk-exynos4.c
include/dt-bindings/clock/exynos4.h

index ac163d7f5bc35e89f5b37c7525833dfdcdbf72a6..12a7cc3b5953693d09e9cc9fcf41aa389bf432e1 100644 (file)
@@ -1183,6 +1183,7 @@ static struct samsung_gate_clock exynos4x12_gate_clks[] __initdata = {
        GATE(CLK_SPI1_ISP, "spi1_isp", "aclk200", E4X12_GATE_ISP1, 13,
                        CLK_IGNORE_UNUSED | CLK_GET_RATE_NOCACHE, 0),
        GATE(CLK_G2D, "g2d", "aclk200", GATE_IP_DMC, 23, 0, 0),
+       GATE(CLK_SMMU_G2D, "smmu_g2d", "aclk200", GATE_IP_DMC, 24, 0, 0),
        GATE(CLK_TMU_APBIF, "tmu_apbif", "aclk100", E4X12_GATE_IP_PERIR, 17, 0,
                0),
 };
index 459bd2bd411fbe1387b7949ad218f5df6b845a01..fb98163540790d8329d7e299a41ae26d2d8878e5 100644 (file)
 #define CLK_SMMU_MFCR          275
 #define CLK_G3D                        276
 #define CLK_G2D                        277
-#define CLK_ROTATOR            278 /* Exynos4210 only */
-#define CLK_MDMA               279 /* Exynos4210 only */
-#define CLK_SMMU_G2D           280 /* Exynos4210 only */
-#define CLK_SMMU_ROTATOR       281 /* Exynos4210 only */
-#define CLK_SMMU_MDMA          282 /* Exynos4210 only */
+#define CLK_ROTATOR            278
+#define CLK_MDMA               279
+#define CLK_SMMU_G2D           280
+#define CLK_SMMU_ROTATOR       281
+#define CLK_SMMU_MDMA          282
 #define CLK_FIMD0              283
 #define CLK_MIE0               284
 #define CLK_MDNIE0             285 /* Exynos4412 only */