forked from luck/tmp_suning_uos_patched
0d40c61279
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>
9 lines
191 B
C
9 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 */
|