mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
arm64: dts: imx8mp: Use resets property
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>
This commit is contained in:
parent
9f0928ea72
commit
adcf4a5216
|
|
@ -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>
|
||||
|
|
@ -2422,6 +2423,8 @@ dsp: dsp@3b6e8000 {
|
|||
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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user