From patchwork Fri Jun 24 10:47:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 584883 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BDB99C43334 for ; Fri, 24 Jun 2022 10:50:38 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 19DC818A3; Fri, 24 Jun 2022 12:49:47 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 19DC818A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656067837; bh=w7NyuKS2fB0qJIklVkx3Wr2CO6++x0SgPB6695j11tA=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=eQDCoZTyOJftRoVom0YAxIOeZ5XjjjmoxY0FG21CzaOJyJZg/wggeTWF7n/5NL9PX qdl1my1p2VzkiufQTA2xh3kK+5uR1xJmVs1VhqNGZYp7nFifo4UFhAtGBQsJgdsLf7 12humnXblkBOwKUoTDh/cfIFHy7+//XNYlC3NV80= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 84BF5F80558; Fri, 24 Jun 2022 12:48:11 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6417FF80139; Fri, 24 Jun 2022 12:48:07 +0200 (CEST) Received: from mail.bugwerft.de (mail.bugwerft.de [46.23.86.59]) by alsa1.perex.cz (Postfix) with ESMTP id 16EF7F804ED for ; Fri, 24 Jun 2022 12:47:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 16EF7F804ED Received: from hq-00021.holoplot.net (unknown [176.126.217.202]) by mail.bugwerft.de (Postfix) with ESMTPSA id 3EA16504570; Fri, 24 Jun 2022 10:47:23 +0000 (UTC) From: Daniel Mack To: broonie@kernel.org, ryan.lee.analog@gmail.com Subject: [PATCH 2/8] ASoC: dt-bindings: max98396: Add #sound-dai-cells Date: Fri, 24 Jun 2022 12:47:06 +0200 Message-Id: <20220624104712.1934484-3-daniel@zonque.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220624104712.1934484-1-daniel@zonque.org> References: <20220624104712.1934484-1-daniel@zonque.org> MIME-Version: 1.0 Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, robh+dt@kernel.org, Daniel Mack X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Add this mandatory DT property to the yaml documentation. Signed-off-by: Daniel Mack --- Documentation/devicetree/bindings/sound/adi,max98396.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/adi,max98396.yaml b/Documentation/devicetree/bindings/sound/adi,max98396.yaml index a23ac8036e1c..8887e74b7ea5 100644 --- a/Documentation/devicetree/bindings/sound/adi,max98396.yaml +++ b/Documentation/devicetree/bindings/sound/adi,max98396.yaml @@ -72,6 +72,9 @@ properties: reset-gpios: maxItems: 1 + "#sound-dai-cells": + const: 0 + required: - compatible - reg @@ -94,5 +97,6 @@ examples: adi,vmon-slot-no = <0>; adi,imon-slot-no = <1>; reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>; + #sound-dai-cells: <0>; }; };