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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B18DDC44506 for ; Mon, 13 Jul 2026 07:38:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1971110E579; Mon, 13 Jul 2026 07:38:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="nHWAWU/T"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id EF6FA10E579 for ; Mon, 13 Jul 2026 07:38:20 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 7207B60018; Mon, 13 Jul 2026 07:38:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F012D1F000E9; Mon, 13 Jul 2026 07:38:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783928300; bh=GOk+q11iQ5FGQBuFxsE6IN4gWGVpyDYBHJev4U8yed0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nHWAWU/T/RjmHrkeBuNNuw4Fm2S1sV9R8mVbQaQHKt5VV9K0aBrVtw6RRNTp1pL5U Zt93F+0hre/OlRuaUiufTQMn2oF8+Vz6u7Q/+vULhZ8g9XuL3EG7eeCJaqNfF8iZ4B aHD61SlT8ANBLuhopVlpXfMxSr5iJ77+tMF6AKKvR7MPOzbWxm/fAi65xuE7v6aEXb ZvU2mgtRzEt1HqR45Os8kHacCV0hSYVOCle4J124zCcgsqK1SVGA86/cmyjphf2dVC RH6Wson/gX8TOm9uMqGT+fo9/3dtti7weq6QO6SLPKX3rZcJ4h8OADMDvD7BUFoXmb QwS8CDtLjZHlw== Date: Mon, 13 Jul 2026 09:38:16 +0200 From: Krzysztof Kozlowski To: "H. Nikolaus Schaller" Cc: Grond , Stefan Leichter , Grazvydas Ignotas , Tony Lindgren , Ethan Nelson-Moore , Jarkko Nikula , Sascha Hauer , Andreas Kemnade , Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Mark Brown , Aaro Koskinen , Kevin Hilman , Roger Quadros , Russell King , Daniel Thompson , Jingoo Han , Helge Deller , Jaroslav Kysela , Takashi Iwai , Sen Wang , Richard Fitzgerald , Arnd Bergmann , Srinivas Kandagatla , Kuninori Morimoto , Charles Keepax , Niranjan H Y , letux-kernel@openphoenux.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, kernel@pyra-handheld.com, mfd@lists.linux.dev Subject: Re: [PATCH 07/16] ASoC: dt-bindings: add TI PCM1773 Message-ID: <20260713-abiding-jumping-ape-7ce8ff@quoll> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Jul 11, 2026 at 08:01:54AM +0200, H. Nikolaus Schaller wrote: > PCM1771/3 is a simple audio codec that can be enabled through an > enable-gpio. > > Signed-off-by: H. Nikolaus Schaller > --- > .../devicetree/bindings/sound/pcm1773.yaml | 32 +++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/pcm1773.yaml > > diff --git a/Documentation/devicetree/bindings/sound/pcm1773.yaml b/Documentation/devicetree/bindings/sound/pcm1773.yaml > new file mode 100644 > index 0000000000000..f3e640705bf70 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/pcm1773.yaml > @@ -0,0 +1,32 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/bindings/sound/pcm1773.yaml# You need to use latest existing bindings as starting point and test your code. Best regards, Krzysztof