Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: Add Google Chameleon v3 audio codec

Add binding for google,chv3-codec device.

Signed-off-by: Paweł Anikiel <pan@semihalf.com
Link: https://lore.kernel.org/r/20230508113037.137627-5-pan@semihalf.com
Signed-off-by: Mark Brown <broonie@kernel.org

authored by

Paweł Anikiel and committed by
Mark Brown
580bac2a 61ed3034

+31
+31
Documentation/devicetree/bindings/sound/google,chv3-codec.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/sound/google,chv3-codec.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Google Chameleon v3 audio codec 8 + 9 + maintainers: 10 + - Paweł Anikiel <pan@semihalf.com> 11 + 12 + allOf: 13 + - $ref: dai-common.yaml# 14 + 15 + properties: 16 + compatible: 17 + const: google,chv3-codec 18 + 19 + "#sound-dai-cells": 20 + const: 0 21 + 22 + required: 23 + - compatible 24 + 25 + additionalProperties: false 26 + 27 + examples: 28 + - | 29 + audio-codec { 30 + compatible = "google,chv3-codec"; 31 + };