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:
055d568
)
clk: hi3798cv200: correct IR clock parent
author
Younian Wang
<wangyounian@hisilicon.com>
Wed, 24 Jan 2018 11:48:24 +0000
(19:48 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 27 Feb 2018 01:19:12 +0000
(09:19 +0800)
The IR clock is sourced from '24m' rather than '100m'. Correct it.
Signed-off-by: Younian Wang <wangyounian@hisilicon.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
drivers/clk/hisilicon/crg-hi3798cv200.c
patch
|
blob
|
history
diff --git
a/drivers/clk/hisilicon/crg-hi3798cv200.c
b/drivers/clk/hisilicon/crg-hi3798cv200.c
index c586c79f46238c18b09f596a221576172279284e..d7d1ba0153ecf2d763687bb01c2e78ac29bf668d 100644
(file)
--- a/
drivers/clk/hisilicon/crg-hi3798cv200.c
+++ b/
drivers/clk/hisilicon/crg-hi3798cv200.c
@@
-244,7
+244,7
@@
static const struct hisi_crg_funcs hi3798cv200_crg_funcs = {
#define HI3798CV200_SYSCTRL_NR_CLKS 16
static const struct hisi_gate_clock hi3798cv200_sysctrl_gate_clks[] = {
- { HISTB_IR_CLK, "clk_ir", "
100
m",
+ { HISTB_IR_CLK, "clk_ir", "
24
m",
CLK_SET_RATE_PARENT, 0x48, 4, 0, },
{ HISTB_TIMER01_CLK, "clk_timer01", "24m",
CLK_SET_RATE_PARENT, 0x48, 6, 0, },