diff options
author | 2025-03-11 10:58:04 +0200 | |
---|---|---|
committer | 2025-03-13 09:04:39 -0600 | |
commit | cd9ccebfa5c16acb28173e09e81b3c764aec9758 (patch) | |
tree | a707bc159d3447867833369f20f328a7395b8f5c | |
parent | remoteproc: qcom_wcnss: Handle platforms with only single power domain (diff) | |
download | wireguard-linux-cd9ccebfa5c16acb28173e09e81b3c764aec9758.tar.xz wireguard-linux-cd9ccebfa5c16acb28173e09e81b3c764aec9758.zip |
dt-bindings: reset: audiomix: Add reset ids for EARC and DSP
Add reset ids used for EARC and DSP on i.MX8MP platform.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20250311085812.1296243-2-daniel.baluta@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r-- | include/dt-bindings/reset/imx8mp-reset-audiomix.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/imx8mp-reset-audiomix.h b/include/dt-bindings/reset/imx8mp-reset-audiomix.h new file mode 100644 index 000000000000..746c1337ed99 --- /dev/null +++ b/include/dt-bindings/reset/imx8mp-reset-audiomix.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ +/* + * Copyright 2025 NXP + */ + +#ifndef DT_BINDING_RESET_IMX8MP_AUDIOMIX_H +#define DT_BINDING_RESET_IMX8MP_AUDIOMIX_H + +#define IMX8MP_AUDIOMIX_EARC_RESET 0 +#define IMX8MP_AUDIOMIX_EARC_PHY_RESET 1 +#define IMX8MP_AUDIOMIX_DSP_RUNSTALL 2 + +#endif /* DT_BINDING_RESET_IMX8MP_AUDIOMIX_H */ |