diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-01-14 13:42:38 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-14 14:46:54 -0500 |
commit | 0d40c61279510b8ce2368e1c6adcc2c4dc1af279 (patch) | |
tree | d5a038e8ae2e04316f3d88d861e78ec3923ad5dc /include/dt-bindings | |
parent | ecb400cabb37cfef3221e45e4f6370a855aa7a44 (diff) |
ASoC: samsung: i2s: Add clk provider DT binding documentation
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/sound/samsung-i2s.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/samsung-i2s.h b/include/dt-bindings/sound/samsung-i2s.h new file mode 100644 index 000000000000..0c69818d530c --- /dev/null +++ b/include/dt-bindings/sound/samsung-i2s.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _DT_BINDINGS_SAMSUNG_I2S_H | ||
2 | #define _DT_BINDINGS_SAMSUNG_I2S_H | ||
3 | |||
4 | #define CLK_I2S_CDCLK 0 | ||
5 | #define CLK_I2S_RCLK_SRC 1 | ||
6 | #define CLK_I2S_RCLK_PSR 2 | ||
7 | |||
8 | #endif /* _DT_BINDINGS_SAMSUNG_I2S_H */ | ||