]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx8mp: Use resets property
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 20 Mar 2025 12:09:51 +0000 (14:09 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Apr 2025 03:00:08 +0000 (11:00 +0800)
Add resets property to dsp node in order to be able to control the dsp
run/stall bit from audio block control.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index ce6793b2d57eef9489645f498a89f4bd8f3388d5..3b725fe442d0b3989d4be612ce88b8e82ed95856 100644 (file)
@@ -6,6 +6,7 @@
 #include <dt-bindings/clock/imx8mp-clock.h>
 #include <dt-bindings/power/imx8mp-power.h>
 #include <dt-bindings/reset/imx8mp-reset.h>
+#include <dt-bindings/reset/imx8mp-reset-audiomix.h>
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/interconnect/fsl,imx8mp.h>
                        mboxes = <&mu2 2 0>, <&mu2 2 1>,
                                <&mu2 3 0>, <&mu2 3 1>;
                        memory-region = <&dsp_reserved>;
+                       resets = <&audio_blk_ctrl IMX8MP_AUDIOMIX_DSP_RUNSTALL>;
+                       reset-names = "runstall";
                        status = "disabled";
                };
        };