diff options
author | Kevin Hilman <khilman@baylibre.com> | 2019-10-16 10:02:25 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-16 10:02:25 -0700 |
commit | f21ab7906daf30ab27e485d459b481d6ad3af86f (patch) | |
tree | fb2e84420dc14cf68f11f2235054b90484941bb3 /include/dt-bindings/reset | |
parent | 016a4d6b1bfde534cb8ccd3b8f3aa485126de444 (diff) | |
parent | aa03ea9bce8c4e45749077254f376b236026f6a0 (diff) | |
download | linux-f21ab7906daf30ab27e485d459b481d6ad3af86f.tar.bz2 |
Merge tag 'clk-meson-dt-v5.5-1' of git://github.com/BayLibre/clk-meson into v5.5/dt64-redo
First round of amlogic DT binding clock update target for v5.5
Add the audio clock and reset bindings for the sm1 SoC family
* tag 'clk-meson-dt-v5.5-1' of git://github.com/BayLibre/clk-meson:
dt-bindings: clock: meson: add sm1 resets to the axg-audio controller
dt-bindings: clk: axg-audio: add sm1 bindings
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r-- | include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 |