[PATCH] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios

Krzysztof Kozlowski posted 1 patch 3 weeks, 6 days ago
Documentation/devicetree/bindings/sound/ti,tas2770.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
Posted by Krzysztof Kozlowski 3 weeks, 6 days ago
GPIOs with "gpio" suffix were long time ago deprecated, thus
"reset-gpios" should be used.  Linux kernel supports both, thus this
only documents desired choice of ABI.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/sound/ti,tas2770.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/ti,tas2770.yaml b/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
index 8eab98a0f7a2..8d49fbcf0b9b 100644
--- a/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
@@ -30,7 +30,7 @@ properties:
     description: |
        I2C address of the device can be between 0x41 to 0x48.
 
-  reset-gpio:
+  reset-gpios:
     maxItems: 1
     description: GPIO used to reset the device.
 
@@ -82,7 +82,7 @@ examples:
             #sound-dai-cells = <0>;
             interrupt-parent = <&gpio1>;
             interrupts = <14>;
-            reset-gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>;
+            reset-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
             shutdown-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
             ti,imon-slot-no = <0>;
             ti,vmon-slot-no = <2>;
-- 
2.51.0
Re: [PATCH] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
Posted by Mark Brown 3 weeks, 2 days ago
On Wed, 11 Mar 2026 16:35:49 +0100, Krzysztof Kozlowski wrote:
> ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.1

Thanks!

[1/1] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
      https://git.kernel.org/broonie/misc/c/46b87c37ca4f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
Posted by Mark Brown 3 weeks, 5 days ago
On Wed, 11 Mar 2026 16:35:49 +0100, Krzysztof Kozlowski wrote:
> GPIOs with "gpio" suffix were long time ago deprecated, thus
> "reset-gpios" should be used.  Linux kernel supports both, thus this
> only documents desired choice of ABI.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
      commit: 46b87c37ca4f54a630d988cb24a1aa9a2e5ba1dc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark