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:
a554bb5
)
clk: rockchip: fix copy-paste error in rk3399 testclk
author
Jianqun Xu
<jay.xu@rock-chips.com>
Wed, 16 Nov 2016 00:19:41 +0000
(08:19 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Wed, 16 Nov 2016 10:57:29 +0000
(11:57 +0100)
Fix RK3368_* to RK3399_* for rk3399 clk_test clock.
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3399.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3399.c
b/drivers/clk/rockchip/clk-rk3399.c
index 828005556376f8a151af7e95546aebbe2a026bc6..3490887b05799390522e7fd867698fe12bfa72cf 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3399.c
+++ b/
drivers/clk/rockchip/clk-rk3399.c
@@
-1383,8
+1383,8
@@
static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
/* clk_test */
/* clk_test_pre is controlled by CRU_MISC_CON[3] */
COMPOSITE_NOMUX(0, "clk_test", "clk_test_pre", CLK_IGNORE_UNUSED,
- RK33
68
_CLKSEL_CON(58), 0, 5, DFLAGS,
- RK33
68
_CLKGATE_CON(13), 11, GFLAGS),
+ RK33
99
_CLKSEL_CON(58), 0, 5, DFLAGS,
+ RK33
99
_CLKGATE_CON(13), 11, GFLAGS),
/* ddrc */
GATE(0, "clk_ddrc_lpll_src", "lpll", 0, RK3399_CLKGATE_CON(3),