clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
authorShengjiu Wang <shengjiu.wang@nxp.com>
Tue, 19 Nov 2024 01:58:04 +0000 (09:58 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Thu, 26 Dec 2024 14:41:34 +0000 (16:41 +0200)
commit6a7853544482e2336b5b8bb9a4b964f9d687f290
treef62ec81e80f5fac221267678f6dc788e0e394f0e
parent32e9dea2645fa10dfa08b4e333918affaf1e4de5
clk: imx93: Add IMX93_CLK_SPDIF_IPG clock

Split IMX93_CLK_SPDIF_IPG from IMX93_CLK_SPDIF_GATE
because the IMX93_CLK_SPDIF_GATE controls the gate
of IPG clock and root clock. Without this change,
disabling IMX93_CLK_SPDIF_GATE would also disable
the IPG clock, causing register access failures.

Fixes: 1c4a4f7362fd ("arm64: dts: imx93: Add audio device nodes")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20241119015805.3840606-3-shengjiu.wang@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-imx93.c