mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx27: add nand clock
@ 2024-04-16  6:31 Sascha Hauer
  2024-04-16  6:31 ` [PATCH 2/2] clk: imx27: add watchdog clock Sascha Hauer
  2024-04-16 13:41 ` [PATCH 1/2] clk: imx27: add nand clock Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2024-04-16  6:31 UTC (permalink / raw)
  To: Barebox List

The NAND clock is currently missing. The NAND driver doesn't use it
currently, but will be using it later once we update the driver. Add
this missing clock.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/clk/imx/clk-imx27.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/imx/clk-imx27.c b/drivers/clk/imx/clk-imx27.c
index 083d87fb34..7da4a1f9a6 100644
--- a/drivers/clk/imx/clk-imx27.c
+++ b/drivers/clk/imx/clk-imx27.c
@@ -246,6 +246,7 @@ static int imx27_ccm_probe(struct device *dev)
 	clkdev_add_physbase(clks[lcdc_ahb_gate], MX27_LCDC_BASE_ADDR, "ahb");
 	clkdev_add_physbase(clks[lcdc_ipg_gate], MX27_LCDC_BASE_ADDR, "ipg");
 	clkdev_add_physbase(clks[ipg], MX27_FEC_BASE_ADDR, NULL);
+	clkdev_add_physbase(clks[nfc_div], MX27_NFC_BASE_ADDR, NULL);
 
 	return 0;
 }
-- 
2.39.2




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

end of thread, other threads:[~2024-04-16 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16  6:31 [PATCH 1/2] clk: imx27: add nand clock Sascha Hauer
2024-04-16  6:31 ` [PATCH 2/2] clk: imx27: add watchdog clock Sascha Hauer
2024-04-16 13:41 ` [PATCH 1/2] clk: imx27: add nand clock Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox