[PATCH next 1/3] ASoC: dt-bindings: tas2781: fix reset polarity
Catalin Popescu
catalin.popescu at leica-geosystems.com
Thu Jul 3 00:50:35 PDT 2025
Both TAS2563 & TAS2781 have a reset active low. Yet, the binding wrongly
indicates an active high reset.
Signed-off-by: Catalin Popescu <catalin.popescu at 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
More information about the Linux-mediatek
mailing list