1
0
Fork 0

MLK-18955-1: ARM64: dts: imx8mm: fix SPDIF1 core and system clocks

The proper SPDIF1 core and system clocks are AUDIO AHB clock.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
(cherry picked from commit 5b8537746c2eb5ede8216e104ae75c38b82b7ce0)
pull/10/head
Viorel Suman 2018-07-18 11:03:19 +03:00 committed by Jason Liu
parent b739d7abef
commit abbb423d25
1 changed files with 2 additions and 2 deletions

View File

@ -783,13 +783,13 @@
compatible = "fsl,imx8mm-spdif";
reg = <0x0 0x30090000 0x0 0x10000>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MM_CLK_IPG_AUDIO_ROOT>, /* core */
clocks = <&clk IMX8MM_CLK_AUDIO_AHB_DIV>, /* core */
<&clk IMX8MM_CLK_24M>, /* rxtx0 */
<&clk IMX8MM_CLK_SPDIF1_DIV>, /* rxtx1 */
<&clk IMX8MM_CLK_DUMMY>, /* rxtx2 */
<&clk IMX8MM_CLK_DUMMY>, /* rxtx3 */
<&clk IMX8MM_CLK_DUMMY>, /* rxtx4 */
<&clk IMX8MM_CLK_IPG_AUDIO_ROOT>, /* rxtx5 */
<&clk IMX8MM_CLK_AUDIO_AHB_DIV>, /* rxtx5 */
<&clk IMX8MM_CLK_DUMMY>, /* rxtx6 */
<&clk IMX8MM_CLK_DUMMY>, /* rxtx7 */
<&clk IMX8MM_CLK_DUMMY>; /* spba */