[PATCH 0/2] Support imx8m composite mux
Michael Trimarchi
michael at amarulasolutions.com
Wed Jul 3 11:05:09 CEST 2024
The mux ops for i.MX8M composite clk needs to be specialized.
In order to reduce the code duplication we need to make public some
interface and write a specific function in the mux ops. Those patches
implement the behavior
Michael Trimarchi (2):
clk: clk-mux: Make public the clk_fetch_parent_index
clk: imx: add mux ops for i.MX8M composite clk
drivers/clk/clk-mux.c | 5 ++--
drivers/clk/imx/clk-composite-8m.c | 37 +++++++++++++++++++++++++++++-
include/linux/clk-provider.h | 1 +
3 files changed, 39 insertions(+), 4 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list