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:
176df69
)
clk: rockchip: fix incorrect parent for rk3399's {c,g}pll_aclk_perihp_src
author
Xing Zheng
<zhengxing@rock-chips.com>
Fri, 13 May 2016 18:42:17 +0000
(11:42 -0700)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 30 May 2016 07:40:23 +0000
(09:40 +0200)
There was a typo, swapping 'c' <--> 'g'.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3399.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3399.c
b/drivers/clk/rockchip/clk-rk3399.c
index 145756c4f3c840a2eb56c2a2232f395aa01f9772..9f86bfef70f7d15a07edb3e6afbc204e4c26faf6 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3399.c
+++ b/
drivers/clk/rockchip/clk-rk3399.c
@@
-832,9
+832,9
@@
static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
RK3399_CLKGATE_CON(13), 1, GFLAGS),
/* perihp */
- GATE(0, "cpll_aclk_perihp_src", "
g
pll", CLK_IGNORE_UNUSED,
+ GATE(0, "cpll_aclk_perihp_src", "
c
pll", CLK_IGNORE_UNUSED,
RK3399_CLKGATE_CON(5), 0, GFLAGS),
- GATE(0, "gpll_aclk_perihp_src", "
c
pll", CLK_IGNORE_UNUSED,
+ GATE(0, "gpll_aclk_perihp_src", "
g
pll", CLK_IGNORE_UNUSED,
RK3399_CLKGATE_CON(5), 1, GFLAGS),
COMPOSITE(ACLK_PERIHP, "aclk_perihp", mux_aclk_perihp_p, CLK_IGNORE_UNUSED,
RK3399_CLKSEL_CON(14), 7, 1, MFLAGS, 0, 5, DFLAGS,