Skip to content

Commit 66d196c

Browse files
TE-N-ShengjiuWangmehmetb0
authored andcommitted
arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock
BugLink: https://bugs.launchpad.net/bugs/2103829 [ Upstream commit 570b890 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Mehmet Basaran <mehmet.basaran@canonical.com>
1 parent f8ac454 commit 66d196c

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
@@ -871,7 +871,7 @@
871871
reg-names = "ram", "regs", "rxfifo", "txfifo";
872872
interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
873873
<GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
874-
clocks = <&clk IMX93_CLK_BUS_WAKEUP>,
874+
clocks = <&clk IMX93_CLK_SPDIF_IPG>,
875875
<&clk IMX93_CLK_SPDIF_GATE>,
876876
<&clk IMX93_CLK_DUMMY>,
877877
<&clk IMX93_CLK_AUD_XCVR_GATE>;

0 commit comments

Comments
 (0)