clk: imx: add i.MX93 clk
authorPeng Fan <peng.fan@nxp.com>
Mon, 28 Feb 2022 02:09:08 +0000 (10:09 +0800)
committerAbel Vesa <abel.vesa@nxp.com>
Fri, 4 Mar 2022 15:06:29 +0000 (17:06 +0200)
commit24defbe194b650218680fcd9dec8cd103537b531
tree51fdd17bb14eebdf7abb86ed755e108c2e64a32c
parent1b26cb8a77a49d8f8b5b723ef1db4cd6d2434dfc
clk: imx: add i.MX93 clk

Add i.MX93 clk driver. i.MX93 clk hardware design is different compared
with i.MX8M. It supports 4 sources for each clk root and the sources
are separated into a few groups, low speed/fast io/audio and etc.

Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20220228020908.2810346-6-peng.fan@oss.nxp.com
[abel.vesa@nxp.com: Added missing module license and description]
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
drivers/clk/imx/Kconfig
drivers/clk/imx/Makefile
drivers/clk/imx/clk-imx93.c [new file with mode: 0644]