All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Jonathan Bakker <xc-racer2@live.ca>,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/6] ASoC: dt-bindings: samsung,aries-wm8994: require sound-dai property
Date: Sat, 29 Jan 2022 13:23:52 +0100	[thread overview]
Message-ID: <20220129122357.45545-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220129122357.45545-1-krzysztof.kozlowski@canonical.com>

The cpu and codec nodes must provide sound-dai property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 .../devicetree/bindings/sound/samsung,aries-wm8994.yaml       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml b/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
index 4ffa275b3c49..97f83eeaf091 100644
--- a/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
@@ -30,6 +30,8 @@ properties:
         description: |
           phandles to the I2S controller and bluetooth codec,
           in that order
+    required:
+      - sound-dai
 
   codec:
     type: object
@@ -37,6 +39,8 @@ properties:
       sound-dai:
         maxItems: 1
         description: phandle to the WM8994 CODEC
+    required:
+      - sound-dai
 
   samsung,audio-routing:
     $ref: /schemas/types.yaml#/definitions/non-unique-string-array
-- 
2.32.0


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Jonathan Bakker <xc-racer2@live.ca>,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/6] ASoC: dt-bindings: samsung, aries-wm8994: require sound-dai property
Date: Sat, 29 Jan 2022 13:23:52 +0100	[thread overview]
Message-ID: <20220129122357.45545-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220129122357.45545-1-krzysztof.kozlowski@canonical.com>

The cpu and codec nodes must provide sound-dai property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 .../devicetree/bindings/sound/samsung,aries-wm8994.yaml       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml b/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
index 4ffa275b3c49..97f83eeaf091 100644
--- a/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml
@@ -30,6 +30,8 @@ properties:
         description: |
           phandles to the I2S controller and bluetooth codec,
           in that order
+    required:
+      - sound-dai
 
   codec:
     type: object
@@ -37,6 +39,8 @@ properties:
       sound-dai:
         maxItems: 1
         description: phandle to the WM8994 CODEC
+    required:
+      - sound-dai
 
   samsung,audio-routing:
     $ref: /schemas/types.yaml#/definitions/non-unique-string-array
-- 
2.32.0


  reply	other threads:[~2022-01-29 12:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-29 12:23 [PATCH v2 0/6] ASoC: dt-bindings: samsung: convert to dtschema Krzysztof Kozlowski
2022-01-29 12:23 ` Krzysztof Kozlowski [this message]
2022-01-29 12:23   ` [PATCH v2 1/6] ASoC: dt-bindings: samsung, aries-wm8994: require sound-dai property Krzysztof Kozlowski
2022-02-09 20:58   ` [PATCH v2 1/6] ASoC: dt-bindings: samsung,aries-wm8994: " Rob Herring
2022-02-09 20:58     ` Rob Herring
2022-01-29 12:24 ` [PATCH v2 2/6] ASoC: dt-bindings: samsung,arndale: convert to dtschema Krzysztof Kozlowski
2022-01-29 12:24   ` [PATCH v2 2/6] ASoC: dt-bindings: samsung, arndale: " Krzysztof Kozlowski
2022-02-09 20:58   ` [PATCH v2 2/6] ASoC: dt-bindings: samsung,arndale: " Rob Herring
2022-02-09 20:58     ` Rob Herring
2022-01-29 12:24 ` [PATCH v2 3/6] ASoC: dt-bindings: samsung,arndale: document ALC5631 Krzysztof Kozlowski
2022-02-09 20:58   ` Rob Herring
2022-02-09 20:58     ` Rob Herring
2022-01-29 12:24 ` [PATCH v2 4/6] ASoC: dt-bindings: samsung,smdk5250: convert to dtschema Krzysztof Kozlowski
2022-01-29 12:24   ` [PATCH v2 4/6] ASoC: dt-bindings: samsung, smdk5250: " Krzysztof Kozlowski
2022-02-09 21:01   ` [PATCH v2 4/6] ASoC: dt-bindings: samsung,smdk5250: " Rob Herring
2022-02-09 21:01     ` Rob Herring
2022-01-29 12:24 ` [PATCH v2 5/6] ASoC: dt-bindings: samsung,snow: " Krzysztof Kozlowski
2022-02-09 21:02   ` Rob Herring
2022-02-09 21:02     ` Rob Herring
2022-01-29 12:24 ` [PATCH v2 6/6] ASoC: dt-bindings: samsung,tm2: " Krzysztof Kozlowski
2022-02-09 21:13   ` Rob Herring
2022-02-09 21:13     ` Rob Herring
2022-02-10 16:53 ` [PATCH v2 0/6] ASoC: dt-bindings: samsung: " Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220129122357.45545-2-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=xc-racer2@live.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.