projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a3805
)
UPSTREAM: clk: rockchip: rk3399: fix copy-paste error
author
Jianqun Xu
<jay.xu@rock-chips.com>
Mon, 7 Nov 2016 02:28:20 +0000
(10:28 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Wed, 16 Nov 2016 01:36:52 +0000
(09:36 +0800)
Fix RK3368_* to RK3399_* for rk3399 clk_test clock.
Change-Id: I3be8f582ab9a0ee484bf47e2090f020bbd4a7c72
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
(am from https://patchwork.kernel.org/patch/
9430735
/)
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 110aec0115b6d7c0e72b2584de6f2f02fa3ec327..25c4e1c2ed89ad242fcfdcd0d5330103b477d588 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3399.c
+++ b/
drivers/clk/rockchip/clk-rk3399.c
@@
-1409,8
+1409,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),