[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250703075037.2558549-1-catalin.popescu@leica-geosystems.com>
Date: Thu, 3 Jul 2025 09:50:35 +0200
From: Catalin Popescu <catalin.popescu@...ca-geosystems.com>
To: lgirdwood@...il.com,
broonie@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
shenghao-ding@...com,
kevin-lu@...com,
baojun.xu@...com,
perex@...ex.cz,
tiwai@...e.com,
matthias.bgg@...il.com,
angelogioacchino.delregno@...labora.com
Cc: linux-sound@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
m.felsch@...gutronix.de,
bsp-development.geo@...ca-geosystems.com,
Catalin Popescu <catalin.popescu@...ca-geosystems.com>
Subject: [PATCH next 1/3] ASoC: dt-bindings: tas2781: fix reset polarity
Both TAS2563 & TAS2781 have a reset active low. Yet, the binding wrongly
indicates an active high reset.
Signed-off-by: Catalin Popescu <catalin.popescu@...ca-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
Powered by blists - more mailing lists