Skip to content

Commit 46b87c3

Browse files
krzkbroonie
authored andcommitted
ASoC: dt-bindings: ti,tas2770: Switch to undeprecated reset-gpios
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> Link: https://patch.msgid.link/20260311153548.94265-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4886310 commit 46b87c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/sound/ti,tas2770.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ properties:
3030
description: |
3131
I2C address of the device can be between 0x41 to 0x48.
3232
33-
reset-gpio:
33+
reset-gpios:
3434
maxItems: 1
3535
description: GPIO used to reset the device.
3636

@@ -82,7 +82,7 @@ examples:
8282
#sound-dai-cells = <0>;
8383
interrupt-parent = <&gpio1>;
8484
interrupts = <14>;
85-
reset-gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>;
85+
reset-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
8686
shutdown-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
8787
ti,imon-slot-no = <0>;
8888
ti,vmon-slot-no = <2>;

0 commit comments

Comments
 (0)