linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: rockchip: rk3399: fix copy-paste error
@ 2016-11-16  0:07 Jianqun Xu
  2016-11-16  0:19 ` Jianqun Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Jianqun Xu @ 2016-11-16  0:07 UTC (permalink / raw)
  To: mturquette, sboyd, heiko, tomeu.vizoso
  Cc: linux-clk, huangtao, linux-arm-kernel, dri-devel, linux-rockchip,
	linux-kernel, zhengxing, zhangqing, Jianqun Xu

Fix RK3368_CLKSEL_CON to RK3399_CLKSEL_CON for rk3399 clock
driver.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 drivers/clk/rockchip/clk-rk3399.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c
index 2c7cba7..2bde6cd 100644
--- a/drivers/clk/rockchip/clk-rk3399.c
+++ b/drivers/clk/rockchip/clk-rk3399.c
@@ -1382,8 +1382,8 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
 	/* clk_test */
 	/* clk_test_pre is controlled by CRU_MISC_CON[3] */
 	COMPOSITE_NOMUX(0, "clk_test", "clk_test_pre", CLK_IGNORE_UNUSED,
-			RK3368_CLKSEL_CON(58), 0, 5, DFLAGS,
-			RK3368_CLKGATE_CON(13), 11, GFLAGS),
+			RK3399_CLKSEL_CON(58), 0, 5, DFLAGS,
+			RK3399_CLKSEL_CON(13), 11, GFLAGS),
 
 	/* ddrc */
 	GATE(0, "clk_ddrc_lpll_src", "lpll", 0, RK3399_CLKGATE_CON(3),
-- 
1.9.1

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

* [PATCH] clk: rockchip: rk3399: fix copy-paste error
  2016-11-16  0:07 [PATCH] clk: rockchip: rk3399: fix copy-paste error Jianqun Xu
@ 2016-11-16  0:19 ` Jianqun Xu
  2016-11-16 11:11   ` Heiko Stuebner
  0 siblings, 1 reply; 3+ messages in thread
From: Jianqun Xu @ 2016-11-16  0:19 UTC (permalink / raw)
  To: mturquette, sboyd, heiko, tomeu.vizoso
  Cc: linux-clk, huangtao, linux-arm-kernel, dri-devel, linux-rockchip,
	linux-kernel, zhengxing, zhangqing, Jianqun Xu

Fix RK3368_* to RK3399_* for rk3399 clk_test clock.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 drivers/clk/rockchip/clk-rk3399.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c
index 2c7cba7..ccbf558b 100644
--- a/drivers/clk/rockchip/clk-rk3399.c
+++ b/drivers/clk/rockchip/clk-rk3399.c
@@ -1382,8 +1382,8 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
 	/* clk_test */
 	/* clk_test_pre is controlled by CRU_MISC_CON[3] */
 	COMPOSITE_NOMUX(0, "clk_test", "clk_test_pre", CLK_IGNORE_UNUSED,
-			RK3368_CLKSEL_CON(58), 0, 5, DFLAGS,
-			RK3368_CLKGATE_CON(13), 11, GFLAGS),
+			RK3399_CLKSEL_CON(58), 0, 5, DFLAGS,
+			RK3399_CLKGATE_CON(13), 11, GFLAGS),
 
 	/* ddrc */
 	GATE(0, "clk_ddrc_lpll_src", "lpll", 0, RK3399_CLKGATE_CON(3),
-- 
1.9.1

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

* Re: [PATCH] clk: rockchip: rk3399: fix copy-paste error
  2016-11-16  0:19 ` Jianqun Xu
@ 2016-11-16 11:11   ` Heiko Stuebner
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2016-11-16 11:11 UTC (permalink / raw)
  To: Jianqun Xu
  Cc: mturquette, sboyd, tomeu.vizoso, linux-clk, huangtao,
	linux-arm-kernel, dri-devel, linux-rockchip, linux-kernel,
	zhengxing, zhangqing

Am Mittwoch, 16. November 2016, 08:19:41 CET schrieb Jianqun Xu:
> Fix RK3368_* to RK3399_* for rk3399 clk_test clock.
> 
> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

applied to my clk branch for 4.10


Thanks
Heiko

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

end of thread, other threads:[~2016-11-16 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16  0:07 [PATCH] clk: rockchip: rk3399: fix copy-paste error Jianqun Xu
2016-11-16  0:19 ` Jianqun Xu
2016-11-16 11:11   ` 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).