linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks
@ 2019-06-07 15:12 Dinh Nguyen
       [not found] ` <20190610151834.0729F207E0@mail.kernel.org>
  2019-06-25 20:40 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Dinh Nguyen @ 2019-06-07 15:12 UTC (permalink / raw)
  To: linux-clk; +Cc: dinguyen, mturquette, stable

The fixed dividers for the emac clocks should be 2 not 4.

Cc: stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 drivers/clk/socfpga/clk-s10.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/socfpga/clk-s10.c b/drivers/clk/socfpga/clk-s10.c
index 8281dfbf38c2..5bed36e12951 100644
--- a/drivers/clk/socfpga/clk-s10.c
+++ b/drivers/clk/socfpga/clk-s10.c
@@ -103,9 +103,9 @@ static const struct stratix10_perip_cnt_clock s10_main_perip_cnt_clks[] = {
 	{ STRATIX10_NOC_CLK, "noc_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux),
 	  0, 0, 0, 0x3C, 1},
 	{ STRATIX10_EMAC_A_FREE_CLK, "emaca_free_clk", NULL, emaca_free_mux, ARRAY_SIZE(emaca_free_mux),
-	  0, 0, 4, 0xB0, 0},
+	  0, 0, 2, 0xB0, 0},
 	{ STRATIX10_EMAC_B_FREE_CLK, "emacb_free_clk", NULL, emacb_free_mux, ARRAY_SIZE(emacb_free_mux),
-	  0, 0, 4, 0xB0, 1},
+	  0, 0, 2, 0xB0, 1},
 	{ STRATIX10_EMAC_PTP_FREE_CLK, "emac_ptp_free_clk", NULL, emac_ptp_free_mux,
 	  ARRAY_SIZE(emac_ptp_free_mux), 0, 0, 4, 0xB0, 2},
 	{ STRATIX10_GPIO_DB_FREE_CLK, "gpio_db_free_clk", NULL, gpio_db_free_mux,
-- 
2.20.0


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

* Re: [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks
       [not found] ` <20190610151834.0729F207E0@mail.kernel.org>
@ 2019-06-24 21:58   ` Dinh Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2019-06-24 21:58 UTC (permalink / raw)
  To: Sasha Levin, linux-clk; +Cc: mturquette, stable



On 6/10/19 10:18 AM, Sasha Levin wrote:
> Hi,
> 
> [This is an automated email]
> 
> This commit has been processed because it contains a -stable tag.
> The stable tag indicates that it's relevant for the following trees: all
> 
> The bot has tested the following trees: v5.1.7, v4.19.48, v4.14.123, v4.9.180, v4.4.180.
> 
> v5.1.7: Build OK!
> v4.19.48: Build OK!

Can this patch be applied to v5.1.7 and v4.19.48?

Thanks,
Dinh

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

* Re: [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks
  2019-06-07 15:12 [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks Dinh Nguyen
       [not found] ` <20190610151834.0729F207E0@mail.kernel.org>
@ 2019-06-25 20:40 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2019-06-25 20:40 UTC (permalink / raw)
  To: Dinh Nguyen, linux-clk; +Cc: dinguyen, mturquette, stable

Quoting Dinh Nguyen (2019-06-07 08:12:46)
> The fixed dividers for the emac clocks should be 2 not 4.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---

Applied to clk-fixes


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

end of thread, other threads:[~2019-06-25 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07 15:12 [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks Dinh Nguyen
     [not found] ` <20190610151834.0729F207E0@mail.kernel.org>
2019-06-24 21:58   ` Dinh Nguyen
2019-06-25 20:40 ` Stephen Boyd

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).