]> Pileus Git - ~andy/linux/commitdiff
clk: samsung: exynos5250: Fix ACP gate register offset
authorAbhilash Kesavan <a.kesavan@samsung.com>
Thu, 12 Dec 2013 03:02:00 +0000 (08:32 +0530)
committerTomasz Figa <t.figa@samsung.com>
Mon, 30 Dec 2013 16:53:26 +0000 (17:53 +0100)
The CLK_GATE_IP_ACP register offset is incorrectly listed making
definition of g2d clock incorrect, which may lead to system failures
when trying to use G2D on systems on which firmware gates this clock
by default. Fix this and the register ordering as well.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
[t.figa: Updated patch description.]
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
drivers/clk/samsung/clk-exynos5250.c

index f862ad8b2b2a1eed9e929caa2375aef05bff8272..38590237882a5f36c1845688909bcd22015c1fcb 100644 (file)
@@ -25,6 +25,7 @@
 #define MPLL_LOCK              0x4000
 #define MPLL_CON0              0x4100
 #define SRC_CORE1              0x4204
+#define GATE_IP_ACP            0x8800
 #define CPLL_LOCK              0x10020
 #define EPLL_LOCK              0x10030
 #define VPLL_LOCK              0x10040
@@ -75,7 +76,6 @@
 #define SRC_CDREX              0x20200
 #define PLL_DIV2_SEL           0x20a24
 #define GATE_IP_DISP1          0x10928
-#define GATE_IP_ACP            0x10000
 
 /* list of PLLs to be registered */
 enum exynos5250_plls {