]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitba9fcf8ae1ce0ba097fc63629b220f99922c9cb0
tree51fdd17bb14eebdf7abb86ed755e108c2e64a32c
parent2c4879b6ea6375bf0c8581f6f6fb033eb849e70d
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]