Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
46b87c37 48863104

+2 -2
+2 -2
Documentation/devicetree/bindings/sound/ti,tas2770.yaml
··· 30 30 description: | 31 31 I2C address of the device can be between 0x41 to 0x48. 32 32 33 - reset-gpio: 33 + reset-gpios: 34 34 maxItems: 1 35 35 description: GPIO used to reset the device. 36 36 ··· 82 82 #sound-dai-cells = <0>; 83 83 interrupt-parent = <&gpio1>; 84 84 interrupts = <14>; 85 - reset-gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>; 85 + reset-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>; 86 86 shutdown-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; 87 87 ti,imon-slot-no = <0>; 88 88 ti,vmon-slot-no = <2>;