From patchwork Wed Jul 19 12:47:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 704325 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 4393EEB64DA for ; Wed, 19 Jul 2023 12:49:22 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 920C4208; Wed, 19 Jul 2023 14:48:30 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 920C4208 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1689770960; bh=TKonb7ri7B03ZBVsNZLJ34UsMXcCiIc//zz/rciSZ2U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=nACuBAbrsq0WKuRE61ZYa1nh2qusK1acPybVlOUU8YPiA8XvKbF9KfikVIDt4z4Vm 0W4oX66QNANHZ54hh6Lzq+xjV4/8UkZ1e/9Q1Zffu1k6N9YWf5xEpXej5wnNwCXYmA N/Fs6gePT6nsQ/+SgIFq+43EtJpoClUQcl1j5jVU= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 77473F8056F; Wed, 19 Jul 2023 14:48:08 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 89665F8055C; Wed, 19 Jul 2023 14:48:07 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 78D8FF80564; Wed, 19 Jul 2023 14:48:04 +0200 (CEST) Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id E4E34F80557 for ; Wed, 19 Jul 2023 14:47:58 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz E4E34F80557 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id A7484209AC; Wed, 19 Jul 2023 14:47:57 +0200 (CEST) From: Francesco Dolcini To: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Francesco Dolcini , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , CTLIN0@nuvoton.com Subject: [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock Date: Wed, 19 Jul 2023 14:47:52 +0200 Message-Id: <20230719124752.248898-3-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230719124752.248898-1-francesco@dolcini.it> References: <20230719124752.248898-1-francesco@dolcini.it> MIME-Version: 1.0 Message-ID-Hash: BWBWEHJPP4UKQWIE66GBWQTFAWOLACJT X-Message-ID-Hash: BWBWEHJPP4UKQWIE66GBWQTFAWOLACJT X-MailFrom: francesco@dolcini.it X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Francesco Dolcini Add nau8822 master clock input. Signed-off-by: Francesco Dolcini --- .../devicetree/bindings/sound/nuvoton,nau8822.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml index edc8cc756980..cb8182bbc491 100644 --- a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml +++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml @@ -24,6 +24,12 @@ properties: "#sound-dai-cells": const: 0 + clocks: + maxItems: 1 + + clock-names: + const: mclk + nuvoton,spk-btl: description: If set, configure the two loudspeaker outputs as a Bridge Tied Load output