diff mbox series

[2/7] dt-bindings: clock: meson: add sm1 resets to the axg-audio controller

Message ID 20190924153356.24103-3-jbrunet@baylibre.com (mailing list archive)
State Superseded
Headers show
Series clk: meson: axg-audio: add sm1 support | expand

Commit Message

Jerome Brunet Sept. 24, 2019, 3:33 p.m. UTC
Add the reset id of the sm1 audio clock controller

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 .../reset/amlogic,meson-g12a-audio-reset.h        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Neil Armstrong Sept. 27, 2019, 9:10 a.m. UTC | #1
On 24/09/2019 17:33, Jerome Brunet wrote:
> Add the reset id of the sm1 audio clock controller
> 
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
>  .../reset/amlogic,meson-g12a-audio-reset.h        | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h b/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
> index 14b78dabed0e..f805129ca7af 100644
> --- a/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
> +++ b/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
> @@ -35,4 +35,19 @@
>  #define AUD_RESET_TOHDMITX	24
>  #define AUD_RESET_CLKTREE	25
>  
> +/* SM1 added resets */
> +#define AUD_RESET_RESAMPLE_B	26
> +#define AUD_RESET_TOVAD		27
> +#define AUD_RESET_LOCKER	28
> +#define AUD_RESET_SPDIFIN_LB	29
> +#define AUD_RESET_FRATV		30
> +#define AUD_RESET_FRHDMIRX	31
> +#define AUD_RESET_FRDDR_D	32
> +#define AUD_RESET_TODDR_D	33
> +#define AUD_RESET_LOOPBACK_B	34
> +#define AUD_RESET_EARCTX	35
> +#define AUD_RESET_EARCRX	36
> +#define AUD_RESET_FRDDR_E	37
> +#define AUD_RESET_TODDR_E	38
> +
>  #endif
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
diff mbox series

Patch

diff --git a/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h b/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
index 14b78dabed0e..f805129ca7af 100644
--- a/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
+++ b/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
@@ -35,4 +35,19 @@ 
 #define AUD_RESET_TOHDMITX	24
 #define AUD_RESET_CLKTREE	25
 
+/* SM1 added resets */
+#define AUD_RESET_RESAMPLE_B	26
+#define AUD_RESET_TOVAD		27
+#define AUD_RESET_LOCKER	28
+#define AUD_RESET_SPDIFIN_LB	29
+#define AUD_RESET_FRATV		30
+#define AUD_RESET_FRHDMIRX	31
+#define AUD_RESET_FRDDR_D	32
+#define AUD_RESET_TODDR_D	33
+#define AUD_RESET_LOOPBACK_B	34
+#define AUD_RESET_EARCTX	35
+#define AUD_RESET_EARCRX	36
+#define AUD_RESET_FRDDR_E	37
+#define AUD_RESET_TODDR_E	38
+
 #endif