From patchwork Wed Jan 4 19:53:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 639521 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B945C4332F for ; Wed, 4 Jan 2023 19:55:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229662AbjADTyd (ORCPT ); Wed, 4 Jan 2023 14:54:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240308AbjADTyQ (ORCPT ); Wed, 4 Jan 2023 14:54:16 -0500 Received: from smtp-out-03.comm2000.it (smtp-out-03.comm2000.it [212.97.32.66]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC9821DDC1 for ; Wed, 4 Jan 2023 11:54:14 -0800 (PST) Received: from francesco-nb.toradex.int (31-10-206-125.static.upc.ch [31.10.206.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-03.comm2000.it (Postfix) with ESMTPSA id 5F922B446B0; Wed, 4 Jan 2023 20:53:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1672862053; bh=sFXZRSOGgAsCXhxHpKiih4SIl20fwijDGosnd3EEM6c=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=F4W1Hk7sdGLoukyjWsdzgB38yhBiCGFxt1Vpi8clhtpu1vZ3BRRHjwneUwYc/dFZA ciNl+m9eYFBh7jdNaZzgnv1wBM/NSWV6+DMdW7hT0fduLYdiu+Ma5gqdfzCGCpznDy hYdscCZj/PlvX8UDzFFDcNGCJ3JkDgPaxcAjLER9g/tiM9nuUz3bRu++NJvXTtu70q icco4RwBYibmtNgjbDOgbbIZl8Q1l+TP8E/xEpr6p02sDL5cMgza5dtKaNjN1c+mc2 GAv44NlKVdRoRd0P9ZKFT447GdDg9WbRwMwowNObJwx6pxpr/C4jnZxMTP6/aKor3S WG7hCQDVkQlpQ== From: Francesco Dolcini To: alsa-devel@alsa-project.org, devicetree@vger.kernel.org Cc: Emanuele Ghidoli , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Jaroslav Kysela , Takashi Iwai , Benjamin Marty , kchsu0@nuvoton.com, wtli@nuvoton.com, David Lin , Francesco Dolcini , Krzysztof Kozlowski Subject: [PATCH v2 2/3] ASoC: dt-bindings: nau8822: add nuvoton,spk-btl property to dtschema Date: Wed, 4 Jan 2023 20:53:50 +0100 Message-Id: <20230104195350.149300-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230104140412.35575-1-francesco@dolcini.it> References: <20230104140412.35575-1-francesco@dolcini.it> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Emanuele Ghidoli Add nuvoton,spk-btl to configure the two loudspeaker outputs as Bridge Tied Load Cc: David Lin Signed-off-by: Emanuele Ghidoli Signed-off-by: Francesco Dolcini Acked-by: Krzysztof Kozlowski --- v2: Added Acked-by: Krzysztof --- .../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 2810924e3a47..65105402a53d 100644 --- a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml +++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml @@ -21,6 +21,12 @@ properties: reg: maxItems: 1 + nuvoton,spk-btl: + description: + If set, configure the two loudspeaker outputs as a Bridge Tied Load output + to drive a high power external loudspeaker. + $ref: /schemas/types.yaml#/definitions/flag + required: - compatible - reg