projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9b460
)
clk: rockchip: rk3288: removing the CLK_SET_RATE_PARENT from i2s_clkout
author
Jianqun
<jay.xu@rock-chips.com>
Mon, 20 Oct 2014 09:55:03 +0000
(17:55 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 20 Oct 2014 11:53:56 +0000
(13:53 +0200)
Removing the CLK_SET_RATE_PARENT from i2s_clkout, to limit i2s0_clkout
to select between its two parent without being able influence the core
i2s clock.
Tested on rk3288 board, suggested by Heiko.
Signed-off-by: Jianqun <jay.xu@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3288.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3288.c
b/drivers/clk/rockchip/clk-rk3288.c
index c3706431ed109e90754e6644889ebcb125d30693..d417bceac9e430b1e70ddab756d4fdd8ff46cf42 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3288.c
+++ b/
drivers/clk/rockchip/clk-rk3288.c
@@
-307,7
+307,7
@@
static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = {
RK3288_CLKGATE_CON(4), 2, GFLAGS),
MUX(0, "i2s_pre", mux_i2s_pre_p, CLK_SET_RATE_PARENT,
RK3288_CLKSEL_CON(4), 8, 2, MFLAGS),
- COMPOSITE_NODIV(0, "i2s0_clkout", mux_i2s_clkout_p,
CLK_SET_RATE_PARENT
,
+ COMPOSITE_NODIV(0, "i2s0_clkout", mux_i2s_clkout_p,
0
,
RK3288_CLKSEL_CON(4), 12, 1, MFLAGS,
RK3288_CLKGATE_CON(4), 0, GFLAGS),
GATE(SCLK_I2S0, "sclk_i2s0", "i2s_pre", CLK_SET_RATE_PARENT,