[PATCH v4] ASoC: dt-bindings: ti,pcm3060: add descriptions and rename binding

Padmashree S S posted 1 patch 7 hours ago
.../bindings/sound/{pcm3060.yaml => ti,pcm3060.yaml}   | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
rename Documentation/devicetree/bindings/sound/{pcm3060.yaml => ti,pcm3060.yaml} (74%)
[PATCH v4] ASoC: dt-bindings: ti,pcm3060: add descriptions and rename binding
Posted by Padmashree S S 7 hours ago
Add description to reg property and overall binding mentioning that this 
driver supports both I2C and SPI. Rename binding to match compatible 
naming convention.

Signed-off-by: Padmashree S S <padmashreess2006@gmail.com>
---
Changes in v4:
  - Rename binding from pcm3060 to ti,pcm3060
  - Add binding description
  - Add description to 'reg' property
  - Remove unused label in example

Changes in v3:
  - Remove description from 'reg' property
---
 .../bindings/sound/{pcm3060.yaml => ti,pcm3060.yaml}   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename Documentation/devicetree/bindings/sound/{pcm3060.yaml => ti,pcm3060.yaml} (74%)

diff --git a/Documentation/devicetree/bindings/sound/pcm3060.yaml b/Documentation/devicetree/bindings/sound/ti,pcm3060.yaml
similarity index 74%
rename from Documentation/devicetree/bindings/sound/pcm3060.yaml
rename to Documentation/devicetree/bindings/sound/ti,pcm3060.yaml
index ceb6f044b196..5a402d8b7daa 100644
--- a/Documentation/devicetree/bindings/sound/pcm3060.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,pcm3060.yaml
@@ -1,11 +1,13 @@
 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/sound/pcm3060.yaml#
+$id: http://devicetree.org/schemas/sound/ti,pcm3060.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: PCM3060 audio CODEC
 
+description: This driver supports both I2C and SPI.
+
 maintainers:
   - Kirill Marinushkin <k.marinushkin@gmail.com>
 
@@ -21,9 +23,7 @@ properties:
 
   ti,out-single-ended:
     type: boolean
-    description: |
-      If present, the output is single-ended.
-      If absent, the output is differential.
+    description: If present, the output is single-ended. If absent, the output is differential.
 
 required:
   - compatible
@@ -37,7 +37,7 @@ examples:
       #address-cells = <1>;
       #size-cells = <0>;
 
-      pcm3060: audio-codec@46 {
+      audio-codec@46 {
         compatible = "ti,pcm3060";
         reg = <0x46>;
         ti,out-single-ended;
-- 
2.43.0
Re: [PATCH v4] ASoC: dt-bindings: ti,pcm3060: add descriptions and rename binding
Posted by Krzysztof Kozlowski 4 hours ago
On Tue, Apr 14, 2026 at 09:18:54AM +0530, Padmashree S S wrote:
> Add description to reg property and overall binding mentioning that this 
> driver supports both I2C and SPI. Rename binding to match compatible 
> naming convention.
> 
> Signed-off-by: Padmashree S S <padmashreess2006@gmail.com>
> ---
> Changes in v4:
>   - Rename binding from pcm3060 to ti,pcm3060
>   - Add binding description
>   - Add description to 'reg' property
>   - Remove unused label in example
> 
> Changes in v3:
>   - Remove description from 'reg' property
> ---
>  .../bindings/sound/{pcm3060.yaml => ti,pcm3060.yaml}   | 10 +++++-----

What v4 is that of? There is no such file.

Do not attach (thread) your patchsets to some other threads (unrelated
or older versions). This buries them deep in the mailbox and might
interfere with applying entire sets. See also:
https://elixir.bootlin.com/linux/v6.16-rc2/source/Documentation/process/submitting-patches.rst#L830

Best regards,
Krzysztof