[PATCH] ARM: dts: imx6qdl: Fix SPDIF regression
From: shawnguo@kernel.org (Shawn Guo)
Date: 2016-09-05 02:31:43
Also in:
stable
From: shawnguo@kernel.org (Shawn Guo)
Date: 2016-09-05 02:31:43
Also in:
stable
On Wed, Aug 31, 2016 at 10:56:48AM -0300, Fabio Estevam wrote:
Commit 833f2cbf7091 ("ARM: dts: imx6: change the core clock of spdif")
changed many more clocks than only the SPDIF core clock as stated in
the commit message.
The MLB clock has been added and this causes SPDIF regression as
reported by Xavi Drudis Ferran and also in this forum post:
https://forum.digikey.com/thread/34240
The MX6Q Reference Manual does not mention that MLB is a clock related
to SPDIF, so change it back to a dummy clock to restore SPDIF
functionality.
Thanks to Ambika for providing the fix at:
https://community.nxp.com/thread/387131
Fixes: 833f2cbf7091 ("ARM: dts: imx6: change the core clock of spdif")
Cc: <redacted> # 4.4.x
Reported-by: Xavi Drudis Ferran <redacted>
Signed-off-by: Fabio Estevam <redacted>Applied, thanks.