]> www.infradead.org Git - users/hch/misc.git/commit
clk: imx: add i.MX91 clk
authorPengfei Li <pengfei.li_1@nxp.com>
Wed, 23 Oct 2024 18:46:50 +0000 (11:46 -0700)
committerAbel Vesa <abel.vesa@linaro.org>
Wed, 23 Oct 2024 19:48:31 +0000 (22:48 +0300)
commita27bfff88dd2e1279c858311bc57ce4deb44f684
tree68a982fce178bf7c070b25a939057b738ccc46bd
parentf029d870096fcd8565a2ee8c2d0078b9aaec4fdb
clk: imx: add i.MX91 clk

Reuse i.MX93 clk driver for i.MX91, because i.MX91 reuses the
Clock Control Module from i.MX93, with only a few clocks removed
and a few clocks added.

For clocks specific to i.MX93 use PLAT_IMX93 to flag them, for
clocks specific to i.MX91, use PLAT_IMX91 to flag them. Others
are shared by both.

Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20241023184651.381265-5-pengfei.li_1@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-imx93.c