diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2022-01-27 15:10:51 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-11 04:55:41 +0100 |
commit | 4cb7df64c732b2b9918424095c11660c2a8c4a33 (patch) | |
tree | 576ddcd8b159bddf0c7b76f9c7cf69ead3b6489f /arch/arm/boot/dts/imx7-mba7.dtsi | |
parent | ARM: dts: imx28: reparent gpmi clock to ref_gpmi (diff) | |
download | linux-4cb7df64c732b2b9918424095c11660c2a8c4a33.tar.xz linux-4cb7df64c732b2b9918424095c11660c2a8c4a33.zip |
ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk
The audio_mclk_root_clk was added as a gate with the CCGR121 (0x4790),
but according to the reference manual, there is no such gate. Moreover,
the consumer driver of the mentioned clock might gate it and leave
the ECSPI2 (the true owner of that gate) hanging. So lets use the
audio_mclk_post_div, which is the parent.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7-mba7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7-mba7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7-mba7.dtsi b/arch/arm/boot/dts/imx7-mba7.dtsi index 49086c6b6a0a..3df6dff7734a 100644 --- a/arch/arm/boot/dts/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/imx7-mba7.dtsi @@ -302,7 +302,7 @@ tlv320aic32x4: audio-codec@18 { compatible = "ti,tlv320aic32x4"; reg = <0x18>; - clocks = <&clks IMX7D_AUDIO_MCLK_ROOT_CLK>; + clocks = <&clks IMX7D_AUDIO_MCLK_ROOT_DIV>; clock-names = "mclk"; ldoin-supply = <®_audio_3v3>; iov-supply = <®_audio_3v3>; |