2020-09-08 17:47:39

by Srinivasa Rao Mandadapu

[permalink] [raw]
Subject: [PATCH v4 1/5] ASoC: Add sc7180-lpass binding header hdmi define

From: V Sujith Kumar Reddy <[email protected]>

Add header defining hdmi dai-id for SC7180 lpass soc
in dt bindings.

Signed-off-by: Srinivasa Rao <[email protected]>
Signed-off-by: V Sujith Kumar Reddy <[email protected]>
---
include/dt-bindings/sound/sc7180-lpass.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/sound/sc7180-lpass.h b/include/dt-bindings/sound/sc7180-lpass.h
index 7d988f6..0b4991e 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 HDMI 2

#define LPASS_MCLK0 0

--
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.


2020-09-15 17:33:59

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v4 1/5] ASoC: Add sc7180-lpass binding header hdmi define

On Tue, 08 Sep 2020 17:44:33 +0000, Srinivasa Rao Mandadapu wrote:
> From: V Sujith Kumar Reddy <[email protected]>
>
> Add header defining hdmi dai-id for SC7180 lpass soc
> in dt bindings.
>
> Signed-off-by: Srinivasa Rao <[email protected]>
> Signed-off-by: V Sujith Kumar Reddy <[email protected]>
> ---
> include/dt-bindings/sound/sc7180-lpass.h | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>