diff options
| author | V Sujith Kumar Reddy <[email protected]> | 2020-10-08 10:46:57 +0530 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-10-08 20:27:30 +0100 |
| commit | 12fbfc4cabec65950bb0cc10eab0fc5c4c4d039f (patch) | |
| tree | 9deb9a478ebf27d8b73e57145018feb7b4c93e88 | |
| parent | 6db282c8a9edcbf84e699e45ec087baf07be2236 (diff) | |
ASoC: Add sc7180-lpass binding header hdmi define
Add header defining hdmi dai-id for SC7180 lpass soc
in dt bindings.
Signed-off-by: V Sujith Kumar Reddy <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Srinivasa Rao <[email protected]>
Tested-by: Srinivas Kandagatla <[email protected]>
Reviewed-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | include/dt-bindings/sound/sc7180-lpass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/sc7180-lpass.h b/include/dt-bindings/sound/sc7180-lpass.h index 7d988f6346a5..56ecaafd2dc6 100644 --- a/include/dt-bindings/sound/sc7180-lpass.h +++ b/include/dt-bindings/sound/sc7180-lpass.h @@ -4,6 +4,7 @@ #define MI2S_PRIMARY 0 #define MI2S_SECONDARY 1 +#define LPASS_DP_RX 2 #define LPASS_MCLK0 0 |