From: Paweł Anikiel Date: Mon, 8 May 2023 11:30:34 +0000 (+0200) Subject: ASoC: dt-bindings: Add Google Chameleon v3 audio codec X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=580bac2a2c6f7d106be6d0ee0f0f310be49368b3;p=linux.git ASoC: dt-bindings: Add Google Chameleon v3 audio codec Add binding for google,chv3-codec device. Signed-off-by: Paweł Anikiel + +allOf: + - $ref: dai-common.yaml# + +properties: + compatible: + const: google,chv3-codec + + "#sound-dai-cells": + const: 0 + +required: + - compatible + +additionalProperties: false + +examples: + - | + audio-codec { + compatible = "google,chv3-codec"; + };