diff options
| author | Stephen Boyd <sboyd@kernel.org> | 2024-08-30 22:51:45 +0300 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2024-08-30 22:51:45 +0300 |
| commit | 554bc24708dc01e0f540d5d9608102ec24642ebc (patch) | |
| tree | eeac9cc1edb452af164b6d328a9c137e851e075f /include | |
| parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
| parent | adac147c6a32e2919cb04555387e12e738991a19 (diff) | |
| download | linux-554bc24708dc01e0f540d5d9608102ec24642ebc.tar.xz | |
Merge tag 'clk-meson-v6.12-1' of https://github.com/BayLibre/clk-meson into clk-amlogic
Pull Amlogic clk driver changes from Jerome Brunet:
- Constify some Amlogic structs clean-up
- Add SM1 eARC clocks for Amlogic
- Introduce a symbol namespace for Amlogic clock specific symbols
* tag 'clk-meson-v6.12-1' of https://github.com/BayLibre/clk-meson:
clk: meson: introduce symbol namespace for amlogic clocks
clk: meson: axg-audio: add sm1 earcrx clocks
clk: meson: axg-audio: setup regmap max_register based on the SoC
dt-bindings: clock: axg-audio: add earcrx clock ids
clk: meson: s4: pll: Constify struct regmap_config
clk: meson: s4: peripherals: Constify struct regmap_config
clk: meson: c3: pll: Constify struct regmap_config
clk: meson: c3: peripherals: Constify struct regmap_config
clk: meson: a1: pll: Constify struct regmap_config
clk: meson: a1: peripherals: Constify struct regmap_config
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/axg-audio-clkc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/axg-audio-clkc.h b/include/dt-bindings/clock/axg-audio-clkc.h index 08c82c22fa5f..607f23b83fa7 100644 --- a/include/dt-bindings/clock/axg-audio-clkc.h +++ b/include/dt-bindings/clock/axg-audio-clkc.h @@ -155,5 +155,12 @@ #define AUD_CLKID_SYSCLK_B_DIV 175 #define AUD_CLKID_SYSCLK_A_EN 176 #define AUD_CLKID_SYSCLK_B_EN 177 +#define AUD_CLKID_EARCRX 178 +#define AUD_CLKID_EARCRX_CMDC_SEL 179 +#define AUD_CLKID_EARCRX_CMDC_DIV 180 +#define AUD_CLKID_EARCRX_CMDC 181 +#define AUD_CLKID_EARCRX_DMAC_SEL 182 +#define AUD_CLKID_EARCRX_DMAC_DIV 183 +#define AUD_CLKID_EARCRX_DMAC 184 #endif /* __AXG_AUDIO_CLKC_BINDINGS_H */ |
