summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp.dtsi
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2020-01-20 10:42:52 +0200
committerAbel Vesa <abel.vesa@nxp.com>2020-01-20 10:45:02 +0200
commit4d1d9fe07502028f0ed125cc44633cc8c6e4c721 (patch)
tree5034af7d37a53208dbba3c09c8fb874e50a5d40f /arch/arm64/boot/dts/freescale/imx8mp.dtsi
parentbb02b4a28f2c3394cf39eee15cf00f7fc0a3758f (diff)
arm64: dts: imx8mp: Add the clocks to audiomix_pd
It seems the audiomix_pd needs the following clocks: IMX8MP_CLK_AUDIO_ROOT, IMX8MP_CLK_AUDIO_AXI_DIV and IMX8MP_CLK_IPG_AUDIO_ROOT. Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 4548a17ef61d..2d2821fd8866 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -277,6 +277,9 @@
#power-domain-cells = <0>;
domain-index = <5>;
domain-name = "audiomix";
+ clocks = <&clk IMX8MP_CLK_AUDIO_ROOT>,
+ <&clk IMX8MP_CLK_AUDIO_AXI_DIV>,
+ <&clk IMX8MP_CLK_IPG_AUDIO_ROOT>;
};
gpumix_pd: gpumix-pd {