summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2018-10-02 16:52:12 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:26 +0800
commitdb12eaef1127f23effbdc2c68860342d3be3e1e6 (patch)
tree29e999cd2cfc99cb77294ed0cc9f5ddf837bf32f /arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts
parentd332e11b65bcab036b8a464f905b18b7e6e2a3a0 (diff)
clk: imx8mq: Switch to newly added composite-8m clock
This needs to be one individual change since otherwise the driver and the dtbs won't build anymore. This updates all the dts and dtsi files, the clock index defines and the imx8mq clock driver itself Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts
index a2e84eea463b..24e9c6bd416c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-pdm.dts
@@ -39,9 +39,8 @@
&sai3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sai3>;
- assigned-clocks = <&clk IMX8MQ_CLK_SAI3_SRC>,
- <&clk IMX8MQ_CLK_SAI3_DIV>;
+ assigned-clocks = <&clk IMX8MQ_CLK_SAI3>;
assigned-clock-parents = <&clk IMX8MQ_AUDIO_PLL1_OUT>;
- assigned-clock-rates = <0>, <24576000>;
+ assigned-clock-rates = <24576000>;
status = "okay";
};