mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-07 07:45:47 +00:00
The new DT properties required for the I2S device node to be referred as a clock provider and corresponding clock indices definition is added. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
8 lines
191 B
C
8 lines
191 B
C
#ifndef _DT_BINDINGS_SAMSUNG_I2S_H
|
|
#define _DT_BINDINGS_SAMSUNG_I2S_H
|
|
|
|
#define CLK_I2S_CDCLK 0
|
|
#define CLK_I2S_RCLK_SRC 1
|
|
#define CLK_I2S_RCLK_PSR 2
|
|
|
|
#endif /* _DT_BINDINGS_SAMSUNG_I2S_H */
|