From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7258F36E47E; Mon, 13 Jul 2026 07:37:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783928242; cv=none; b=bcb2CVBMLzRrJIn+ek83Ssu2YOtYswX9XyCvMzDlbzHAFzQ/9fQltb7Tvx1ZcU0Cqxra+kbTmgE1iYaNJjIom82PsXZw60ylQBZSAUcrl2v6w2+KTE9XvJyQH6Lk6srJbMklMeD1JeqdMdGm/qybnV15+YzDrMqr2KZ/dhoEZWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783928242; c=relaxed/simple; bh=vuW3SGFT+7irUo4qhzqZsZpdfRHgkctW1G0g6KpOQHY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aupjCU1q44Gwufo8BXBefHvQZISY3wlWW4i/VnCa3GECJAQDi8JxW1n+LI07ijaDgKPuHe+7VeHFGhB/AJ1SnStXFvYGrqqAAKD2cvd/CqE/CcZaskXKTFXDIgAifUg2rj6QHSDbjHEF7JGUzTbY49iFhcd865yeqA5BgYBHZFw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a9ED+X0p; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="a9ED+X0p" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 911211F000E9; Mon, 13 Jul 2026 07:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783928241; bh=bXtL5B/kMgo1NqZesSdNIhW8VtCuGlKis5NQ4H+8wlQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=a9ED+X0pGKORIj5E3nHBhn1CQn/NYxn2XZyYw2PnqzKaM2pKEWCvAY0hXmxywc3j3 wcVq9XeI2KpOtGvUqwVX9LIZt3K/cVcp575L+r0mwL6t93EK86GLDBKxPrZkDmb+Sf g5U3P24lOZITYFSXnVRm/cJDZrKH/LsHxMfoHMFSugfparM4iDZenc/9jKKoURWZKc PsIMSIxXdrIg9O04WwLCz8T1Ku8KVPtnL1rj7/Ye5Wy02nIxDgQAe4CgiRy2IVRkVM eDFScpoPzPRpm3PFGDxfyT5d2ni+xfg9NsL8kKAC3gM2VALfmN4OZDtViK9NKu6bat RR5iM3HvYieMw== Date: Mon, 13 Jul 2026 09:37: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 09/16] ASoC: dt-bindings: add OpenPandora Sound Card Message-ID: <20260713-infallible-capable-dormouse-aaaebe@quoll> References: <7989e699de400c0fe3f0cb7af77a54077784df78.1783749722.git.hns@goldelico.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7989e699de400c0fe3f0cb7af77a54077784df78.1783749722.git.hns@goldelico.com> On Sat, Jul 11, 2026 at 08:01:56AM +0200, H. Nikolaus Schaller wrote: > The OpenPandora audio subsystem describes the routing links between the > OMAP3 McBSP interface, the external PCM1773 DAC, and the TWL4030 audio > codec, alongside amplifiers and power supplies. > > Signed-off-by: H. Nikolaus Schaller > --- > .../sound/openpandora,omap3pandora-sound.yaml | 94 +++++++++++++++++++ > 1 file changed, 94 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/openpandora,omap3pandora-sound.yaml > > diff --git a/Documentation/devicetree/bindings/sound/openpandora,omap3pandora-sound.yaml b/Documentation/devicetree/bindings/sound/openpandora,omap3pandora-sound.yaml > new file mode 100644 > index 0000000000000..d3c747e5c58d6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/openpandora,omap3pandora-sound.yaml > @@ -0,0 +1,94 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org > +$schema: http://devicetree.org This wasn't ever tested. Why? Best regards, Krzysztof