Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: reset: add bindings for A1 SoC audio reset controller

This reset controller is part of audio clock controller and handled by
auxiliary reset driver. Introduced defines supposed to be used together
with upcoming device tree nodes for audio clock controller fo A1 SoC.

Signed-off-by: Jan Dakinevich <jan.dakinevich@salutedevices.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241112230056.1406222-2-jan.dakinevich@salutedevices.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Jan Dakinevich and committed by
Philipp Zabel
0d602fcf 5ae1a434

+36
+36
include/dt-bindings/reset/amlogic,meson-a1-audio-reset.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 + /* 3 + * Copyright (c) 2024, SaluteDevices. All Rights Reserved. 4 + * 5 + * Author: Jan Dakinevich <jan.dakinevich@salutedevices.com> 6 + */ 7 + 8 + #ifndef _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H 9 + #define _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H 10 + 11 + #define AUD_RESET_DDRARB 0 12 + #define AUD_RESET_TDMIN_A 1 13 + #define AUD_RESET_TDMIN_B 2 14 + #define AUD_RESET_TDMIN_LB 3 15 + #define AUD_RESET_LOOPBACK 4 16 + #define AUD_RESET_TDMOUT_A 5 17 + #define AUD_RESET_TDMOUT_B 6 18 + #define AUD_RESET_FRDDR_A 7 19 + #define AUD_RESET_FRDDR_B 8 20 + #define AUD_RESET_TODDR_A 9 21 + #define AUD_RESET_TODDR_B 10 22 + #define AUD_RESET_SPDIFIN 11 23 + #define AUD_RESET_RESAMPLE 12 24 + #define AUD_RESET_EQDRC 13 25 + #define AUD_RESET_LOCKER 14 26 + #define AUD_RESET_TOACODEC 30 27 + #define AUD_RESET_CLKTREE 31 28 + 29 + #define AUD_VAD_RESET_DDRARB 0 30 + #define AUD_VAD_RESET_PDM 1 31 + #define AUD_VAD_RESET_TDMIN_VAD 2 32 + #define AUD_VAD_RESET_TODDR_VAD 3 33 + #define AUD_VAD_RESET_TOVAD 4 34 + #define AUD_VAD_RESET_CLKTREE 5 35 + 36 + #endif /* _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H */