aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/sound
diff options
context:
space:
mode:
authorAjit Pandey <ajitp@codeaurora.org>2020-08-14 16:23:04 +0530
committerMark Brown <broonie@kernel.org>2020-08-17 14:39:35 +0100
commit68d8904b25df28821425753eaebc8fe992dde236 (patch)
tree15e28018bcb0e39843f3c380d5634bdd5a6b7878 /include/dt-bindings/sound
parentASoC: Add sc7180 lpass cpu node (diff)
downloadlinux-dev-68d8904b25df28821425753eaebc8fe992dde236.tar.xz
linux-dev-68d8904b25df28821425753eaebc8fe992dde236.zip
ASoC: Add sc7180-lpass bindings header
Add header defining dai-id and mclk id for SC7180 lpass soc. Signed-off-by: Ajit Pandey <ajitp@codeaurora.org> Signed-off-by: Rohit kumar <rohitkr@codeaurora.org> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1597402388-14112-9-git-send-email-rohitkr@codeaurora.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings/sound')
-rw-r--r--include/dt-bindings/sound/sc7180-lpass.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/sc7180-lpass.h b/include/dt-bindings/sound/sc7180-lpass.h
new file mode 100644
index 000000000000..7d988f6346a5
--- /dev/null
+++ b/include/dt-bindings/sound/sc7180-lpass.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __DT_SC7180_LPASS_H
+#define __DT_SC7180_LPASS_H
+
+#define MI2S_PRIMARY 0
+#define MI2S_SECONDARY 1
+
+#define LPASS_MCLK0 0
+
+#endif /* __DT_APQ8016_LPASS_H */