linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec
@ 2022-05-09 12:13 Lukasz Majewski
  2022-05-09 12:47 ` Charles Keepax
  2022-05-09 18:05 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Lukasz Majewski @ 2022-05-09 12:13 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: linux-kernel, patches, Rob Herring, Krzysztof Kozlowski,
	devicetree, alsa-devel, Lukasz Majewski

This commit provides documentation entry for wm8940 codec.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
 .../devicetree/bindings/sound/wlf,wm8940.yaml | 57 +++++++++++++++++++
 1 file changed, 57 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8940.yaml

diff --git a/Documentation/devicetree/bindings/sound/wlf,wm8940.yaml b/Documentation/devicetree/bindings/sound/wlf,wm8940.yaml
new file mode 100644
index 000000000000..8aadcbeed502
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/wlf,wm8940.yaml
@@ -0,0 +1,57 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/wlf,wm8940.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Wolfson WM8940 Codec Device Tree Bindings
+
+maintainers:
+  - patches@opensource.cirrus.com
+
+properties:
+  '#sound-dai-cells':
+    const: 0
+
+  compatible:
+    const: wlf,wm8940
+
+  reg:
+    maxItems: 1
+
+  spi-max-frequency:
+    maximum: 526000
+
+required:
+  - '#sound-dai-cells'
+  - compatible
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    spi {
+        #address-cells = <1>;
+        #size-cells = <0>;
+
+        codec@0 {
+            #sound-dai-cells = <0>;
+            compatible = "wlf,wm8940";
+            reg = <0>;
+            spi-max-frequency = <500000>;
+        };
+    };
+  - |
+    i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
+
+        codec@1a {
+            #sound-dai-cells = <0>;
+            compatible = "wlf,wm8940";
+            reg = <0x1a>;
+        };
+    };
+
+...
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec
  2022-05-09 12:13 [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec Lukasz Majewski
@ 2022-05-09 12:47 ` Charles Keepax
  2022-05-09 18:05 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2022-05-09 12:47 UTC (permalink / raw)
  To: Lukasz Majewski
  Cc: Liam Girdwood, Mark Brown, linux-kernel, patches, Rob Herring,
	Krzysztof Kozlowski, devicetree, alsa-devel

On Mon, May 09, 2022 at 02:13:13PM +0200, Lukasz Majewski wrote:
> This commit provides documentation entry for wm8940 codec.
> 
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec
  2022-05-09 12:13 [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec Lukasz Majewski
  2022-05-09 12:47 ` Charles Keepax
@ 2022-05-09 18:05 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-05-09 18:05 UTC (permalink / raw)
  To: lukma, Liam Girdwood
  Cc: alsa-devel, patches, robh+dt, devicetree, krzysztof.kozlowski+dt,
	linux-kernel

On Mon, 9 May 2022 14:13:13 +0200, Lukasz Majewski wrote:
> This commit provides documentation entry for wm8940 codec.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[2/2] doc: dts: Add device tree information regarding wm8940 codec
      commit: 29e87c4f62e2e688c1c91da9f8d54d0f042cb75e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-09 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 12:13 [PATCH 2/2] doc: dts: Add device tree information regarding wm8940 codec Lukasz Majewski
2022-05-09 12:47 ` Charles Keepax
2022-05-09 18:05 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).