Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Baluta and committed by
Mathieu Poirier
cd9ccebf 65991ea8

+13
+13
include/dt-bindings/reset/imx8mp-reset-audiomix.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ 2 + /* 3 + * Copyright 2025 NXP 4 + */ 5 + 6 + #ifndef DT_BINDING_RESET_IMX8MP_AUDIOMIX_H 7 + #define DT_BINDING_RESET_IMX8MP_AUDIOMIX_H 8 + 9 + #define IMX8MP_AUDIOMIX_EARC_RESET 0 10 + #define IMX8MP_AUDIOMIX_EARC_PHY_RESET 1 11 + #define IMX8MP_AUDIOMIX_DSP_RUNSTALL 2 12 + 13 + #endif /* DT_BINDING_RESET_IMX8MP_AUDIOMIX_H */