public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [RFC 0/3] imx8m: Remove manual UART clock initialization
@ 2022-04-30 16:14 Adam Ford
  2022-04-30 16:14 ` [RFC 1/3] clk: imx8mm: Add UART clocks Adam Ford
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adam Ford @ 2022-04-30 16:14 UTC (permalink / raw)
  To: u-boot
  Cc: Adam Ford, Ying-Chun Liu (PaulLiu), Jagan Teki, Matteo Lisi,
	Marek Vasut, Olaf Mandel, Peng Fan, Tim Harvey,
	Ariel D'Alessandro, Michael Trimarchi, Ilko Iliev,
	Fabio Estevam, Marco Franchi, Alifer Moraes

This series is an RFC focussing on only the i.MX8M Mini until
feedback is received when the series can be expanded to other
imx boards.

This series adds the UART clocks to the CCF, adds functions to
the serial driver to fetch, enable, and query the clock(s),
and finally removes the manual clock intialization from SPL.

Once feedback is received and final method is accepted, it can
be expanded to other boards.

Adam Ford (3):
  clk: imx8mm: Add UART clocks
  serial: mxc: Enable getting and enabling clocks with CCF Composite
  imx8: imx8mm_beacon: Remove manual UART clock initialization

 board/beacon/imx8mm/spl.c             |  2 --
 drivers/clk/imx/clk-imx8mm.c          | 30 +++++++++++++++++++++
 drivers/serial/serial_mxc.c           | 39 ++++++++++++++++++++++++++-
 include/dm/platform_data/serial_mxc.h |  2 ++
 4 files changed, 70 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-05-01 15:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-30 16:14 [RFC 0/3] imx8m: Remove manual UART clock initialization Adam Ford
2022-04-30 16:14 ` [RFC 1/3] clk: imx8mm: Add UART clocks Adam Ford
2022-04-30 16:14 ` [RFC 2/3] serial: mxc: Enable getting and enabling clocks with CCF Composite Adam Ford
2022-05-01  9:48   ` Peng Fan (OSS)
2022-05-01 15:16     ` Adam Ford
2022-04-30 16:14 ` [RFC 3/3] imx8: imx8mm_beacon: Remove manual UART clock initialization Adam Ford

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