projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41f85b
)
clk: sunxi-ng: a64: Allow parent change for VE clock
author
Jernej Skrabec
<jernej.skrabec@siol.net>
Sat, 8 Dec 2018 18:02:22 +0000
(19:02 +0100)
committer
Stephen Boyd
<sboyd@kernel.org>
Mon, 10 Dec 2018 19:19:26 +0000
(11:19 -0800)
Cedrus driver wants to set VE clock higher than it's possible without
changing parent rate.
Allow changing parent rate for VE clock, so clock rate can be set
freely.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/sunxi-ng/ccu-sun50i-a64.c
patch
|
blob
|
history
diff --git
a/drivers/clk/sunxi-ng/ccu-sun50i-a64.c
b/drivers/clk/sunxi-ng/ccu-sun50i-a64.c
index 181b599dc1634045ebee19aa86f0d229adca0fd0..932836d26e2bf40e5e3d1e7ce056f9658f1b87f0 100644
(file)
--- a/
drivers/clk/sunxi-ng/ccu-sun50i-a64.c
+++ b/
drivers/clk/sunxi-ng/ccu-sun50i-a64.c
@@
-570,7
+570,7
@@
static SUNXI_CCU_M_WITH_MUX_GATE(csi_mclk_clk, "csi-mclk", csi_mclk_parents,
0x134, 0, 5, 8, 3, BIT(15), 0);
static SUNXI_CCU_M_WITH_GATE(ve_clk, "ve", "pll-ve",
- 0x13c, 16, 3, BIT(31),
0
);
+ 0x13c, 16, 3, BIT(31),
CLK_SET_RATE_PARENT
);
static SUNXI_CCU_GATE(ac_dig_clk, "ac-dig", "pll-audio",
0x140, BIT(31), CLK_SET_RATE_PARENT);