projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdb936
)
clk: rockchip: add tsadc clock on rk3066
author
Paweł Jarosz
<paweljarosz3691@gmail.com>
Tue, 19 Jan 2016 12:09:20 +0000
(13:09 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 26 Jan 2016 00:08:02 +0000
(
01:08
+0100)
Set clock id for sclk_tsadc gating clock of tsadc in rk3066
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3188.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3188.c
b/drivers/clk/rockchip/clk-rk3188.c
index 73954907111ea7451f814958109137164017a034..3d4f2c629682e825630149dbbef00a71e670e64e 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3188.c
+++ b/
drivers/clk/rockchip/clk-rk3188.c
@@
-605,7
+605,7
@@
static struct rockchip_clk_branch rk3066a_clk_branches[] __initdata = {
GATE(SCLK_TIMER2, "timer2", "xin24m", 0,
RK2928_CLKGATE_CON(3), 2, GFLAGS),
- COMPOSITE_NOMUX(
0
, "sclk_tsadc", "xin24m", 0,
+ COMPOSITE_NOMUX(
SCLK_TSADC
, "sclk_tsadc", "xin24m", 0,
RK2928_CLKSEL_CON(34), 0, 16, DFLAGS,
RK2928_CLKGATE_CON(2), 15, GFLAGS),