summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-24 17:31:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-25 13:42:57 +0200
commitb04d94e096286a455d9e30c351c845e37e22f66b (patch)
tree33dad0aff107a1984cb0d6e1059533882c3d4b22
parent1a56e49ce109d2e4b6f846bc9b08daea8f9c693b (diff)
ARM: dts: imx8: apalis-imx8qm: fix analog audio clock
IMX8QM_AUD_ACM_AUD_REC_CLK0_DIV and maybe IMX8QM_AUD_MCLKOUT0 is set by more than one node as a parent clock with a fixed frequency. Using the same frequency everywhere fixes audio out being played at around half the needed sample rate. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
index ddcd1c5dceb1..e689c107450b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
@@ -1102,7 +1102,7 @@
<&clk IMX8QM_AUD_ACM_AUD_PLL_CLK0_DIV>,
<&clk IMX8QM_AUD_ACM_AUD_REC_CLK0_DIV>,
<&clk IMX8QM_AUD_MCLKOUT0>;
- assigned-clock-rates = <786432000>, <49152000>, <24576000>, <24576000>;
+ assigned-clock-rates = <786432000>, <49152000>, <12288000>, <12288000>;
VDDA-supply = <&reg_module_3v3_avdd>;
VDDIO-supply = <&reg_module_3v3>;
VDDD-supply = <&reg_vref_1v8>;