[PATCH v6 03/20] clk: imx: imx25: drop call to imx_register_uart_clocks()
André Draszik
andre.draszik at linaro.org
Thu Aug 8 07:42:44 PDT 2024
The clk core now does something similar for us as part of
of_clk_add_provider() and of_clk_add_hw_provider() and this i.MX
specific call isn't necessary anymore.
Signed-off-by: André Draszik <andre.draszik at linaro.org>
---
drivers/clk/imx/clk-imx25.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/clk/imx/clk-imx25.c b/drivers/clk/imx/clk-imx25.c
index c566be848c2d..0474778f988f 100644
--- a/drivers/clk/imx/clk-imx25.c
+++ b/drivers/clk/imx/clk-imx25.c
@@ -219,8 +219,6 @@ static void __init __mx25_clocks_init(void __iomem *ccm_base)
*/
clk_set_parent(clk[cko_sel], clk[ipg]);
- imx_register_uart_clocks();
-
imx_print_silicon_rev("i.MX25", mx25_revision());
}
--
2.46.0.rc2.264.g509ed76dc8-goog
More information about the linux-arm-kernel
mailing list