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 <[email protected]> Reviewed-by: Frank Li <[email protected]> Acked-by: Shawn Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
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)