linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next 1/3] ASoC: dt-bindings: tas2781: fix reset polarity
@ 2025-07-03  7:50 Catalin Popescu
  2025-07-03  7:50 ` [PATCH next 2/3] ASoC: tas2781: fix reset-gpio polarity Catalin Popescu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Catalin Popescu @ 2025-07-03  7:50 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, shenghao-ding,
	kevin-lu, baojun.xu, perex, tiwai, matthias.bgg,
	angelogioacchino.delregno
  Cc: linux-sound, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, m.felsch, bsp-development.geo, Catalin Popescu

Both TAS2563 & TAS2781 have a reset active low. Yet, the binding wrongly
indicates an active high reset.

Signed-off-by: Catalin Popescu <catalin.popescu@leica-geosystems.com>
---
 Documentation/devicetree/bindings/sound/ti,tas2781.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/ti,tas2781.yaml b/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
index 5ea1cdc593b5..47f5d3c6339e 100644
--- a/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
@@ -116,7 +116,7 @@ examples:
                   <0x3b>; /* Audio slot 3 */
 
             #sound-dai-cells = <0>;
-            reset-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+            reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
             interrupt-parent = <&gpio1>;
             interrupts = <15>;
         };

base-commit: 50c8770a42faf8b1c7abe93e7c114337f580a97d
prerequisite-patch-id: 0000000000000000000000000000000000000000
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-03 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03  7:50 [PATCH next 1/3] ASoC: dt-bindings: tas2781: fix reset polarity Catalin Popescu
2025-07-03  7:50 ` [PATCH next 2/3] ASoC: tas2781: fix reset-gpio polarity Catalin Popescu
2025-07-03  8:03   ` Krzysztof Kozlowski
2025-07-03 12:29     ` POPESCU Catalin
2025-07-03  7:50 ` [PATCH next 3/3] dts: arm64: mediatek: mt8188: fix audio amplifier reset polarity Catalin Popescu
2025-07-03  8:04 ` [PATCH next 1/3] ASoC: dt-bindings: tas2781: fix " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).