All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks
@ 2019-07-10 11:19 ` jun.li
  0 siblings, 0 replies; 12+ messages in thread
From: jun.li @ 2019-07-10 11:19 UTC (permalink / raw)
  To: shawnguo, sboyd, robh+dt
  Cc: mark.rutland, peter.chen, agx, ping.bai, Anson.Huang, ccaione,
	andrew.smirnov, mturquette, angus, linux-clk, abel.vesa,
	devicetree, linux-imx, kernel, l.stach, festevam, s.hauer,
	linux-arm-kernel, jun.li

From: Li Jun <jun.li@nxp.com>

Per latest imx8mq datasheet of CCM, the parent of usb1_ctrl_root_clk
and usb2_ctrl_root_clk is usb_bus.

Signed-off-by: Li Jun <jun.li@nxp.com>
---
 drivers/clk/imx/clk-imx8mq.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/imx/clk-imx8mq.c b/drivers/clk/imx/clk-imx8mq.c
index d407a07..c7d1546 100644
--- a/drivers/clk/imx/clk-imx8mq.c
+++ b/drivers/clk/imx/clk-imx8mq.c
@@ -523,8 +523,8 @@ static int imx8mq_clocks_probe(struct platform_device *pdev)
 	clks[IMX8MQ_CLK_UART2_ROOT] = imx_clk_gate4("uart2_root_clk", "uart2", base + 0x44a0, 0);
 	clks[IMX8MQ_CLK_UART3_ROOT] = imx_clk_gate4("uart3_root_clk", "uart3", base + 0x44b0, 0);
 	clks[IMX8MQ_CLK_UART4_ROOT] = imx_clk_gate4("uart4_root_clk", "uart4", base + 0x44c0, 0);
-	clks[IMX8MQ_CLK_USB1_CTRL_ROOT] = imx_clk_gate4("usb1_ctrl_root_clk", "usb_core_ref", base + 0x44d0, 0);
-	clks[IMX8MQ_CLK_USB2_CTRL_ROOT] = imx_clk_gate4("usb2_ctrl_root_clk", "usb_core_ref", base + 0x44e0, 0);
+	clks[IMX8MQ_CLK_USB1_CTRL_ROOT] = imx_clk_gate4("usb1_ctrl_root_clk", "usb_bus", base + 0x44d0, 0);
+	clks[IMX8MQ_CLK_USB2_CTRL_ROOT] = imx_clk_gate4("usb2_ctrl_root_clk", "usb_bus", base + 0x44e0, 0);
 	clks[IMX8MQ_CLK_USB1_PHY_ROOT] = imx_clk_gate4("usb1_phy_root_clk", "usb_phy_ref", base + 0x44f0, 0);
 	clks[IMX8MQ_CLK_USB2_PHY_ROOT] = imx_clk_gate4("usb2_phy_root_clk", "usb_phy_ref", base + 0x4500, 0);
 	clks[IMX8MQ_CLK_USDHC1_ROOT] = imx_clk_gate4("usdhc1_root_clk", "usdhc1", base + 0x4510, 0);
-- 
2.7.4

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

end of thread, other threads:[~2019-07-23  5:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 11:19 [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks jun.li
2019-07-10 11:19 ` jun.li
2019-07-10 11:19 ` jun.li
2019-07-10 11:19 ` [PATCH 2/2] arm64: dts: imx8mq: correct usb controller clocks jun.li
2019-07-10 11:19   ` jun.li
2019-07-10 11:19   ` jun.li
2019-07-11  8:16 ` [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks Abel Vesa
2019-07-11  8:16   ` Abel Vesa
2019-07-11  8:16   ` Abel Vesa
2019-07-23  5:53 ` Shawn Guo
2019-07-23  5:53   ` Shawn Guo
2019-07-23  5:53   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.