-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'reset-for-v6.14-2' of git://git.pengutronix.de/pza/linux i…
…nto soc/drivers Reset controller updates for v6.14 (v2) * Add support for A1 SoC in amlogic reset driver. * Drop aux registration helper from amlogic reset driver. * tag 'reset-for-v6.14-2' of git://git.pengutronix.de/pza/linux: reset: amlogic: aux: drop aux registration helper reset: amlogic: aux: get regmap through parent device reset: amlogic: add support for A1 SoC in auxiliary reset driver dt-bindings: reset: add bindings for A1 SoC audio reset controller clk: amlogic: axg-audio: revert reset implementation Revert "clk: Fix invalid execution of clk_set_rate" Link: https://lore.kernel.org/r/20250115170247.1303656-1-p.zabel@pengutronix.de Signed-off-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Showing
6 changed files
with
159 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ | ||
/* | ||
* Copyright (c) 2024, SaluteDevices. All Rights Reserved. | ||
* | ||
* Author: Jan Dakinevich <jan.dakinevich@salutedevices.com> | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H | ||
#define _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H | ||
|
||
#define AUD_RESET_DDRARB 0 | ||
#define AUD_RESET_TDMIN_A 1 | ||
#define AUD_RESET_TDMIN_B 2 | ||
#define AUD_RESET_TDMIN_LB 3 | ||
#define AUD_RESET_LOOPBACK 4 | ||
#define AUD_RESET_TDMOUT_A 5 | ||
#define AUD_RESET_TDMOUT_B 6 | ||
#define AUD_RESET_FRDDR_A 7 | ||
#define AUD_RESET_FRDDR_B 8 | ||
#define AUD_RESET_TODDR_A 9 | ||
#define AUD_RESET_TODDR_B 10 | ||
#define AUD_RESET_SPDIFIN 11 | ||
#define AUD_RESET_RESAMPLE 12 | ||
#define AUD_RESET_EQDRC 13 | ||
#define AUD_RESET_LOCKER 14 | ||
#define AUD_RESET_TOACODEC 30 | ||
#define AUD_RESET_CLKTREE 31 | ||
|
||
#define AUD_VAD_RESET_DDRARB 0 | ||
#define AUD_VAD_RESET_PDM 1 | ||
#define AUD_VAD_RESET_TDMIN_VAD 2 | ||
#define AUD_VAD_RESET_TODDR_VAD 3 | ||
#define AUD_VAD_RESET_TOVAD 4 | ||
#define AUD_VAD_RESET_CLKTREE 5 | ||
|
||
#endif /* _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H */ |
This file was deleted.
Oops, something went wrong.