mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
46c13513a4
The number of clocks should not be in the dt binding as it is not used by the respective device tree and thus needlessly bloats the ABI. Move this number of clocks into the driver source. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Link: https://lore.kernel.org/r/20230812-mmp-nr-clks-v2-1-f9271bd7eaa5@skole.hr Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
10 lines
262 B
C
10 lines
262 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) */
|
|
#ifndef __DT_BINDINGS_CLOCK_MARVELL_MMP2_AUDIO_H
|
|
#define __DT_BINDINGS_CLOCK_MARVELL_MMP2_AUDIO_H
|
|
|
|
#define MMP2_CLK_AUDIO_SYSCLK 0
|
|
#define MMP2_CLK_AUDIO_SSPA0 1
|
|
#define MMP2_CLK_AUDIO_SSPA1 2
|
|
|
|
#endif
|