projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8989e9d
)
clk: rockchip: fix I2S1 clock gate register for rk3328
author
Katsuhiro Suzuki
<katsuhiro@katsuster.net>
Sun, 18 Nov 2018 04:16:12 +0000
(13:16 +0900)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 19 Nov 2018 13:39:29 +0000
(14:39 +0100)
This patch fixes definition of I2S1 clock gate register for rk3328.
Current setting is not related I2S clocks.
- bit6 of CRU_CLKGATE_CON0 means clk_ddrmon_en
- bit6 of CRU_CLKGATE_CON1 means clk_i2s1_en
Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3328.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3328.c
b/drivers/clk/rockchip/clk-rk3328.c
index 2c54266077907a4cee349fbe9f5a80180477dad5..1eb46aa8b2faf92a33e1670cc20b7571ee9fb72c 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3328.c
+++ b/
drivers/clk/rockchip/clk-rk3328.c
@@
-392,7
+392,7
@@
static struct rockchip_clk_branch rk3328_clk_branches[] __initdata = {
RK3328_CLKGATE_CON(1), 5, GFLAGS,
&rk3328_i2s1_fracmux),
GATE(SCLK_I2S1, "clk_i2s1", "i2s1_pre", CLK_SET_RATE_PARENT,
- RK3328_CLKGATE_CON(
0
), 6, GFLAGS),
+ RK3328_CLKGATE_CON(
1
), 6, GFLAGS),
COMPOSITE_NODIV(SCLK_I2S1_OUT, "i2s1_out", mux_i2s1out_p, 0,
RK3328_CLKSEL_CON(8), 12, 1, MFLAGS,
RK3328_CLKGATE_CON(1), 7, GFLAGS),