linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: rockchip: export ACLK_VCODEC for RK3036
@ 2021-05-28 14:07 Alex Bee
  2021-05-28 17:32 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Bee @ 2021-05-28 14:07 UTC (permalink / raw)
  To: Heiko Stuebner, linux-clk, linux-rockchip
  Cc: Michael Turquette, Stephen Boyd, linux-arm-kernel, linux-kernel,
	Alex Bee

It is required for the series at [1] to let hantro driver aquire the
clock and set the rate for RK3036 correctly, but I didn't want to
add a patch for yet another subsystem to this series.

[1] https://lore.kernel.org/linux-media/20210525152225.154302-1-knaerzche@gmail.com/

Signed-off-by: Alex Bee <knaerzche@gmail.com>
---
 drivers/clk/rockchip/clk-rk3036.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c
index 91d56ad45817..614845cc5b4a 100644
--- a/drivers/clk/rockchip/clk-rk3036.c
+++ b/drivers/clk/rockchip/clk-rk3036.c
@@ -259,7 +259,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = {
 			RK2928_CLKGATE_CON(1), 13, GFLAGS,
 			&rk3036_uart2_fracmux),
 
-	COMPOSITE(0, "aclk_vcodec", mux_pll_src_3plls_p, 0,
+	COMPOSITE(ACLK_VCODEC, "aclk_vcodec", mux_pll_src_3plls_p, 0,
 			RK2928_CLKSEL_CON(32), 14, 2, MFLAGS, 8, 5, DFLAGS,
 			RK2928_CLKGATE_CON(3), 11, GFLAGS),
 	FACTOR_GATE(HCLK_VCODEC, "hclk_vcodec", "aclk_vcodec", 0, 1, 4,
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: rockchip: export ACLK_VCODEC for RK3036
  2021-05-28 14:07 [PATCH] clk: rockchip: export ACLK_VCODEC for RK3036 Alex Bee
@ 2021-05-28 17:32 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2021-05-28 17:32 UTC (permalink / raw)
  To: linux-clk, Alex Bee, linux-rockchip
  Cc: Heiko Stuebner, linux-arm-kernel, Michael Turquette,
	linux-kernel, Stephen Boyd

On Fri, 28 May 2021 16:07:36 +0200, Alex Bee wrote:
> It is required for the series at [1] to let hantro driver aquire the
> clock and set the rate for RK3036 correctly, but I didn't want to
> add a patch for yet another subsystem to this series.
> 
> [1] https://lore.kernel.org/linux-media/20210525152225.154302-1-knaerzche@gmail.com/

Applied, thanks!

[1/1] clk: rockchip: export ACLK_VCODEC for RK3036
      commit: 2adafc0512625bbd090dc37a353ddda15d525e9d

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-28 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 14:07 [PATCH] clk: rockchip: export ACLK_VCODEC for RK3036 Alex Bee
2021-05-28 17:32 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).