From 580bac2a2c6f7d106be6d0ee0f0f310be49368b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Anikiel?= Date: Mon, 8 May 2023 13:30:34 +0200 Subject: [PATCH] ASoC: dt-bindings: Add Google Chameleon v3 audio codec MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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"; + }; -- 2.30.2