On 19/01/2023 07:11, Srinivasa Rao Mandadapu wrote:Okay. Will remove Tested-by tag.
Update sc7280 machine driver bindings with platform property forSubject:
supporting ADSP based platform's DAI links.
ASoC: dt-bindings: google,sc7280-herobrine:
Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx>This tested tag is a bit unusual. How were they tested? If
Tested-by: Ratna Deepthi Kudaravalli <quic_rkudarv@xxxxxxxxxxx>
dt_bindings_check why this is not the same person as you (submitter)?
Will modify accordingly and re-spin.
---Neither commit msg nor this here explains why do you need it and what it
.../devicetree/bindings/sound/google,sc7280-herobrine.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
index 869b403..ccf1b1d 100644
--- a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
+++ b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
@@ -75,6 +75,17 @@ patternProperties:
additionalProperties: false
+ platform:
+ description: Holds subnode which indicates platform dai.
really represents. Basically description repeats "platform" name of
property - there is no single new information.
Sorry. why max items required here?
+ type: objectmaxItems
+ properties:
+ sound-dai: true
+Best regards,
+ required:
+ - sound-dai
+
+ additionalProperties: false
+
required:
- link-name
- cpu
Krzysztof