clk: imx: add i.MX95 BLK CTL clk driver
authorPeng Fan <peng.fan@nxp.com>
Mon, 1 Apr 2024 13:28:18 +0000 (21:28 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Mon, 22 Apr 2024 09:58:10 +0000 (12:58 +0300)
commit5224b189462ff70df328f173b71acfd925092c3c
tree23c8ed82cefcfce0721f6aa104c0c40b7efe0e9f
parentc6e87b066756ec4b3f5f9061b508f3bd724ec652
clk: imx: add i.MX95 BLK CTL clk driver

i.MX95 has BLK CTL modules in various MIXes, the BLK CTL modules
support clock features such as mux/gate/div. This patch
is to add the clock feature of BLK CTL modules

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20240401-imx95-blk-ctl-v6-4-84d4eca1e759@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/Kconfig
drivers/clk/imx/Makefile
drivers/clk/imx/clk-imx95-blk-ctl.c [new file with mode: 0644]