Skip to content

Commit 570b890

Browse files
TE-N-ShengjiuWangabelvesa
authored andcommitted
arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock
IMX93_CLK_BUS_WAKEUP is not accurate IPG clock, which missed the clock gate part. IMX93_CLK_SPDIF_IPG is the correct clock. Fixes: 1c4a4f7 ("arm64: dts: imx93: Add audio device nodes") Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Link: https://lore.kernel.org/r/20241119015805.3840606-4-shengjiu.wang@nxp.com Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent 6a78535 commit 570b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx93.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@
925925
reg-names = "ram", "regs", "rxfifo", "txfifo";
926926
interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
927927
<GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
928-
clocks = <&clk IMX93_CLK_BUS_WAKEUP>,
928+
clocks = <&clk IMX93_CLK_SPDIF_IPG>,
929929
<&clk IMX93_CLK_SPDIF_GATE>,
930930
<&clk IMX93_CLK_DUMMY>,
931931
<&clk IMX93_CLK_AUD_XCVR_GATE>;

0 commit comments

Comments
 (0)