linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info
@ 2019-04-25  5:19 Anson Huang
  2019-04-25  5:19 ` [PATCH 2/2] clk: imx: disable i.mx7ulp composite clock during initialization Anson Huang
  2019-04-26  0:03 ` [PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info Stephen Boyd
  0 siblings, 2 replies; 12+ messages in thread
From: Anson Huang @ 2019-04-25  5:19 UTC (permalink / raw)
  To: mturquette, sboyd, shawnguo, s.hauer, kernel, festevam,
	Aisheng Dong, gustavo, linux-clk, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx

Since i.MX7ULP B0 chip, nic1_bus_clk's parent is changed to
from nic0_clk directly, update it accordingly.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/clk/imx/clk-imx7ulp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/imx/clk-imx7ulp.c b/drivers/clk/imx/clk-imx7ulp.c
index 6668210..42e4667 100644
--- a/drivers/clk/imx/clk-imx7ulp.c
+++ b/drivers/clk/imx/clk-imx7ulp.c
@@ -115,7 +115,7 @@ static void __init imx7ulp_clk_scg1_init(struct device_node *np)
 
 	clks[IMX7ULP_CLK_NIC0_DIV]	= imx_clk_hw_divider_flags("nic0_clk",		"nic_sel",  base + 0x40, 24, 4, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL);
 	clks[IMX7ULP_CLK_NIC1_DIV]	= imx_clk_hw_divider_flags("nic1_clk",		"nic0_clk", base + 0x40, 16, 4, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL);
-	clks[IMX7ULP_CLK_NIC1_BUS_DIV]	= imx_clk_hw_divider_flags("nic1_bus_clk",	"nic1_clk", base + 0x40, 4,  4, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL);
+	clks[IMX7ULP_CLK_NIC1_BUS_DIV]	= imx_clk_hw_divider_flags("nic1_bus_clk",	"nic0_clk", base + 0x40, 4,  4, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL);
 
 	clks[IMX7ULP_CLK_GPU_DIV]	= imx_clk_hw_divider("gpu_clk", "nic0_clk", base + 0x40, 20, 4);
 
-- 
2.7.4


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

end of thread, other threads:[~2019-09-26 18:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25  5:19 [PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info Anson Huang
2019-04-25  5:19 ` [PATCH 2/2] clk: imx: disable i.mx7ulp composite clock during initialization Anson Huang
2019-04-26  0:03   ` Stephen Boyd
2019-04-26  0:50     ` Anson Huang
2019-04-28  1:25       ` Anson Huang
2019-07-24  8:27     ` Anson Huang
2019-08-06  2:25       ` Anson Huang
2019-08-29  5:52         ` Anson Huang
2019-09-26 18:10         ` Fabio Estevam
2019-04-26  0:03 ` [PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info Stephen Boyd
2019-04-26  3:20   ` Shawn Guo
2019-04-26 17:37     ` 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).