projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7f933
)
clk/exynos3250: do not define g3d/lcd block gate clock
author
Inki Dae
<inki.dae@samsung.com>
Tue, 12 Aug 2014 12:45:33 +0000
(21:45 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Tue, 12 Aug 2014 12:45:33 +0000
(21:45 +0900)
This clock should be passed by default. If they are defined, then
these clocks will be masked in case that relevant drivers don't
enable them.
Change-Id: I8cb402642ac7e9b69c80d594a8be981477f679af
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/clk/samsung/clk-exynos3250.c
patch
|
blob
|
history
diff --git
a/drivers/clk/samsung/clk-exynos3250.c
b/drivers/clk/samsung/clk-exynos3250.c
index
e7c6f82
..
6fae3c8
100644
(file)
--- a/
drivers/clk/samsung/clk-exynos3250.c
+++ b/
drivers/clk/samsung/clk-exynos3250.c
@@
-622,10
+622,6
@@
static struct samsung_gate_clock gate_clks[] __initdata = {
GATE(CLK_I2C0, "i2c0", "div_aclk_100", GATE_IP_PERIL, 6, 0, 0),
GATE(CLK_UART1, "uart1", "div_aclk_100", GATE_IP_PERIL, 1, 0, 0),
GATE(CLK_UART0, "uart0", "div_aclk_100", GATE_IP_PERIL, 0, 0, 0),
-
- /* GATE_BLOCK */
- GATE(CLK_BLOCK_LCD, "block_lcd", "div_aclk_160", GATE_BLOCK, 4, 0, 0),
- GATE(CLK_BLOCK_G3D, "block_g3d", "div_aclk_200", GATE_BLOCK, 3, 0, 0),
};
/* APLL & MPLL & BPLL & UPLL */