Re: [PATCH 09/16] ASoC: dt-bindings: add OpenPandora Sound Card

From: H. Nikolaus Schaller

Date: Mon Jul 13 2026 - 04:35:10 EST


Hi Krzysztof,

Thank you for the feedback.

> Am 13.07.2026 um 09:37 schrieb Krzysztof Kozlowski <krzk@xxxxxxxxxx>:
>
> 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 <hns@xxxxxxxxxxxxx>
>> ---
>> .../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?

It does not emit any C compiler issues or runtime problems so it remained unnoticed.

It was notified by the sahiko-bot and will be fixed in v2.

Thanks and BR,
Nikolaus