projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f968045
)
clk: ti: dra7xx: fix gpu clkctrl parent
author
Tero Kristo
<t-kristo@ti.com>
Thu, 30 Apr 2020 08:36:38 +0000
(11:36 +0300)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 14 May 2020 19:55:31 +0000
(12:55 -0700)
gpu_cm:* parent clock name is wrong, replace this with correct
gpu-clkctrl:* clock. Otherwise the clock ends up in the orphaned list.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Link:
https://lkml.kernel.org/r/20200430083640.8621-2-t-kristo@ti.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ti/clk-7xx.c
patch
|
blob
|
history
diff --git
a/drivers/clk/ti/clk-7xx.c
b/drivers/clk/ti/clk-7xx.c
index
14b6450
..
366cb75
100644
(file)
--- a/
drivers/clk/ti/clk-7xx.c
+++ b/
drivers/clk/ti/clk-7xx.c
@@
-328,7
+328,7
@@
static const struct omap_clkctrl_bit_data dra7_gpu_core_bit_data[] __initconst =
};
static const struct omap_clkctrl_reg_data dra7_gpu_clkctrl_regs[] __initconst = {
- { DRA7_GPU_CLKCTRL, dra7_gpu_core_bit_data, CLKF_SW_SUP, "gpu
_cm:clk
:0000:24", },
+ { DRA7_GPU_CLKCTRL, dra7_gpu_core_bit_data, CLKF_SW_SUP, "gpu
-clkctrl
:0000:24", },
{ 0 },
};