mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
e787c5b725
This describes the bindings for a controller that generates master and bit clocks for the I2S interface. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lkml.kernel.org/r/20200519224151.2074597-13-lkundrak@v3.sk Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
11 lines
296 B
C
11 lines
296 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
|
|
|
|
#define MMP2_CLK_AUDIO_NR_CLKS 3
|
|
#endif
|