From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3670CC433EF for ; Sun, 24 Oct 2021 09:01:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9E51C60E74 for ; Sun, 24 Oct 2021 09:01:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9E51C60E74 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mailoo.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org 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 EC098166D; Sun, 24 Oct 2021 11:00:11 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EC098166D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1635066062; bh=edaOULKcIPSqN06uR8YMKZSATK8xiZRc12utDsr7zZg=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=TIggV4zp+ExmS2PoLf08wk/WcjoyWRStexxMre+WOf2s3j6/U5R3XYGnOvHeApteE 5BRTyVdP9Qh4bKXybUUo9Ve2gLGhsXJ2kJP5o80yROEA4yNmKReVeRIPOqjb03NFEv kpwWDB7JEOpb4Jqvk3tOf6KfwFjwFqkQfJfelxDE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id CAAB3F8049C; Sun, 24 Oct 2021 10:59:29 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 18F52F80086; Sun, 24 Oct 2021 10:59:29 +0200 (CEST) Received: from msg-4.mailo.com (ip-15.mailobj.net [213.182.54.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 4907AF80086 for ; Sun, 24 Oct 2021 10:59:21 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4907AF80086 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=mailoo.org header.i=@mailoo.org header.b="fdc6mPrk" DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1635065952; bh=edaOULKcIPSqN06uR8YMKZSATK8xiZRc12utDsr7zZg=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding; b=fdc6mPrk8KUwC7r4mIi12cO7J64tpZSYCnHn6Regq2NhsHyinEZZogAJXcu51kvUw QbC/lTNEOAdPFzOiGvow6spTltonXdEepoyFawFV49V7AZiXTTZjJmvqMfKshA1j8u UTUjDQ92mxAEFRsAVZ/k9xTLIVVqD94s3Lc/dDkQ= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via proxy.mailoo.org [213.182.55.207] Sun, 24 Oct 2021 10:59:11 +0200 (CEST) X-EA-Auth: 3r99JCI1a8z8dSvQ8+piqA3S/XcW8wmuinX4GEnRGm09T5i26nBrdfB/q31gd8dASxgOja3G3ARQaeOvtGDcvxrrSW68lLOtOPy4JSsaK1Q= From: Vincent Knecht To: stephan@gerhold.net, lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, perex@perex.cz, tiwai@suse.com Subject: [PATCH v1 3/4] ASoC: dt-bindings: nxp, tfa989x: Add rcv-gpios property for tfa9897 Date: Sun, 24 Oct 2021 10:58:39 +0200 Message-Id: <20211024085840.1536438-4-vincent.knecht@mailoo.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211024085840.1536438-1-vincent.knecht@mailoo.org> References: <20211024085840.1536438-1-vincent.knecht@mailoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Vincent Knecht , linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht 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 optional rcv-gpios property specific to tfa9897 receiver mode. Signed-off-by: Vincent Knecht --- .../devicetree/bindings/sound/nxp,tfa989x.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml b/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml index 7667471be1e4..a9e15baedafd 100644 --- a/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml +++ b/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml @@ -12,6 +12,16 @@ maintainers: allOf: - $ref: name-prefix.yaml# + - if: + properties: + compatible: + contains: + const: nxp,tfa9897 + then: + properties: + rcv-gpios: + description: optional GPIO to be asserted when receiver mode is enabled. + properties: compatible: enum: -- 2.31.1 From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0602EC433F5 for ; Sun, 24 Oct 2021 09:19:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DF78260FC3 for ; Sun, 24 Oct 2021 09:19:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231452AbhJXJWB (ORCPT ); Sun, 24 Oct 2021 05:22:01 -0400 Received: from ip-15.mailobj.net ([213.182.54.15]:45518 "EHLO msg-4.mailo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbhJXJV7 (ORCPT ); Sun, 24 Oct 2021 05:21:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1635065952; bh=edaOULKcIPSqN06uR8YMKZSATK8xiZRc12utDsr7zZg=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding; b=fdc6mPrk8KUwC7r4mIi12cO7J64tpZSYCnHn6Regq2NhsHyinEZZogAJXcu51kvUw QbC/lTNEOAdPFzOiGvow6spTltonXdEepoyFawFV49V7AZiXTTZjJmvqMfKshA1j8u UTUjDQ92mxAEFRsAVZ/k9xTLIVVqD94s3Lc/dDkQ= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via proxy.mailoo.org [213.182.55.207] Sun, 24 Oct 2021 10:59:11 +0200 (CEST) X-EA-Auth: 3r99JCI1a8z8dSvQ8+piqA3S/XcW8wmuinX4GEnRGm09T5i26nBrdfB/q31gd8dASxgOja3G3ARQaeOvtGDcvxrrSW68lLOtOPy4JSsaK1Q= From: Vincent Knecht To: stephan@gerhold.net, lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, perex@perex.cz, tiwai@suse.com Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Vincent Knecht Subject: [PATCH v1 3/4] ASoC: dt-bindings: nxp, tfa989x: Add rcv-gpios property for tfa9897 Date: Sun, 24 Oct 2021 10:58:39 +0200 Message-Id: <20211024085840.1536438-4-vincent.knecht@mailoo.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211024085840.1536438-1-vincent.knecht@mailoo.org> References: <20211024085840.1536438-1-vincent.knecht@mailoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add optional rcv-gpios property specific to tfa9897 receiver mode. Signed-off-by: Vincent Knecht --- .../devicetree/bindings/sound/nxp,tfa989x.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml b/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml index 7667471be1e4..a9e15baedafd 100644 --- a/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml +++ b/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml @@ -12,6 +12,16 @@ maintainers: allOf: - $ref: name-prefix.yaml# + - if: + properties: + compatible: + contains: + const: nxp,tfa9897 + then: + properties: + rcv-gpios: + description: optional GPIO to be asserted when receiver mode is enabled. + properties: compatible: enum: -- 2.31.1