Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4434055ybl; Mon, 9 Dec 2019 10:44:30 -0800 (PST) X-Google-Smtp-Source: APXvYqwBHZLeSbvSYD78T2kBbHC6kHB0Rs0eFj+wnicOREKODm3C32+uW9+nyuVFIsRvYVJ8rKLd X-Received: by 2002:a9d:7a8f:: with SMTP id l15mr21519177otn.109.1575917070002; Mon, 09 Dec 2019 10:44:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575917069; cv=none; d=google.com; s=arc-20160816; b=dQ/+9XHyNJYRcjRlkekOFeWAhaDaZ0mlz5JX6KEPqj710iTKNVaYfMGzYEdrJzlhHl nyx6FKEZ+RJ20Xom3xkLCI7IoIS8rjiOPN7Dokn8i8DXOSl9qvjHL3ZzXyuElCyqkpuD +TikvMpccJqSBJyQAugVwD5n8rEGdGyaViq4DrOm0uJQaNDC60yxqtF6/jSteNeakm6J 8ntzfXT6LPAzYxdhTeB6NVTb6h+SyGIEZ4eFjnx+VPQTAt8hWGTiBVXZzNo24KKRAR+C FYPceHHBTcRp5bTk5HDzqyzonN0Rr5aofNA/GUDN08wWPQmmGU+85za06Yo1VvJKgCUl SBtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sJ7F9FmromSqL//VjLRlqdOyaHuUoU192/JmOtFul5I=; b=KcHNPHa3iyzLbgIFLYm0kit2nLKudVScLiV4o95EWVnnmKyBs8aHXWuMUCtJ3wQ7KD EUGUyEfas3bSnt26df6xgSfbRGifiYWDYZ0Rp15JCIoOsInQqzb6rIRrE/LU49ykxHRc Ky2PI97ZbWQXGUk/qiKK8C+R70pXqw++2DkpI/ELYrgLe3Isq+TDvgXAIhG5Snn+woDv yXSE3/hTmJFVBgkKEg+rxjeP7QYAi1O+MR6INqRvWJQhvhnNKOWxUkJ5p8AFdgF3TdkG /IOqAfNT5wqY6YRHNfLgr6tuJA0lNv5L0KorriK6vZHYNfghK/mbDzldHW9HO89OTUQn e/JQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w1si321819otp.57.2019.12.09.10.44.18; Mon, 09 Dec 2019 10:44:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727103AbfLISnf (ORCPT + 99 others); Mon, 9 Dec 2019 13:43:35 -0500 Received: from mail.bugwerft.de ([46.23.86.59]:34250 "EHLO mail.bugwerft.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726771AbfLISm4 (ORCPT ); Mon, 9 Dec 2019 13:42:56 -0500 Received: from zenbar.fritz.box (pD95EF75D.dip0.t-ipconnect.de [217.94.247.93]) by mail.bugwerft.de (Postfix) with ESMTPSA id 4558E2E5CE3; Mon, 9 Dec 2019 18:29:11 +0000 (UTC) From: Daniel Mack To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org Cc: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, broonie@kernel.org, lee.jones@linaro.org, lars@metafoo.de, pascal.huerst@gmail.com, Daniel Mack Subject: [PATCH 05/10] dt-bindings: sound: Add documentation for AD242x codecs Date: Mon, 9 Dec 2019 19:35:06 +0100 Message-Id: <20191209183511.3576038-7-daniel@zonque.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191209183511.3576038-1-daniel@zonque.org> References: <20191209183511.3576038-1-daniel@zonque.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This device must be placed as a sub-device of an AD242x MFD node. Signed-off-by: Daniel Mack --- .../bindings/sound/adi,ad242x-codec.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/adi,ad242x-codec.yaml diff --git a/Documentation/devicetree/bindings/sound/adi,ad242x-codec.yaml b/Documentation/devicetree/bindings/sound/adi,ad242x-codec.yaml new file mode 100644 index 000000000000..2cfb6f9fc548 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/adi,ad242x-codec.yaml @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/sound/adi,ad242x-codec.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Analog Devices AD242x clock provider + +maintainers: + - Daniel Mack + +description: | + This module is part of the AD242x MFD device. For more details and an example + refer to Documentation/devicetree/bindings/mfd/ad242x.yaml. + +properties: + compatible: + enum: + - adi,ad2428w-codec + + '#sound-dai-cells': + const: 1 + + adi,pdm-highpass-filter: + type: boolean + description: | + Enables highpass filtering for data received through the PDM ports + +required: + - compatible + - '#sound-dai-cells' \ No newline at end of file -- 2.23.0