diff options
Diffstat (limited to 'dts/upstream/include/dt-bindings/reset/imx8mp-reset-audiomix.h')
-rw-r--r-- | dts/upstream/include/dt-bindings/reset/imx8mp-reset-audiomix.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/upstream/include/dt-bindings/reset/imx8mp-reset-audiomix.h b/dts/upstream/include/dt-bindings/reset/imx8mp-reset-audiomix.h new file mode 100644 index 00000000000..746c1337ed9 --- /dev/null +++ b/dts/upstream/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 */ |