projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0380126
)
clk: sunxi-ng: h3: Allow parent change for ve clock
author
Jernej Skrabec
<jernej.skrabec@siol.net>
Mon, 3 Dec 2018 19:58:56 +0000
(20:58 +0100)
committer
Maxime Ripard
<maxime.ripard@bootlin.com>
Tue, 4 Dec 2018 07:43:58 +0000
(08:43 +0100)
Cedrus driver wants to set VE clock higher than it's possible without
changing parent rate.
In order to correct that, allow changing parent rate for VE clock.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
drivers/clk/sunxi-ng/ccu-sun8i-h3.c
patch
|
blob
|
history
diff --git
a/drivers/clk/sunxi-ng/ccu-sun8i-h3.c
b/drivers/clk/sunxi-ng/ccu-sun8i-h3.c
index
9341ca7
..
e71e245
100644
(file)
--- a/
drivers/clk/sunxi-ng/ccu-sun8i-h3.c
+++ b/
drivers/clk/sunxi-ng/ccu-sun8i-h3.c
@@
-481,7
+481,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);