Skip to content

Commit cd9cceb

Browse files
dbalutamathieupoirier
authored andcommitted
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) <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Daniel Baluta <[email protected]> Acked-by: Philipp Zabel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 65991ea commit cd9cceb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 */

0 commit comments

Comments
 (0)