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: tlv320adc3xxx: Fix incorrect GPIO description

Fix the description for the ti,dmdin-gpio1 and ti,dmclk-gpio2
properties to correctly describe that when configured as general
purpose outputs (ADC3XXX_GPIO_GPO), the pins are available via
the GPIO framework.

Signed-off-by: Ricard Wanderlof <ricard.wanderlof@axis.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://msgid.link/r/20240528-tlv320adc3xxx-dt-gpio-fix-v1-1-209fb2c2f86f@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Ricard Wanderlof and committed by
Mark Brown
39d762ed ccdc13ab

+4 -4
+4 -4
Documentation/devicetree/bindings/sound/ti,tlv320adc3xxx.yaml
··· 58 58 description: | 59 59 Configuration for DMDIN/GPIO1 pin. 60 60 61 - When ADC3XXX_GPIO_GPO is configured, this causes corresponding the 62 - ALSA control "GPIOx Output" to appear, as a switch control. 61 + When ADC3XXX_GPIO_GPO is selected, the pin may be controlled via the 62 + GPIO framework, as pin number 0 on the device. 63 63 64 64 ti,dmclk-gpio2: 65 65 $ref: /schemas/types.yaml#/definitions/uint32 ··· 76 76 description: | 77 77 Configuration for DMCLK/GPIO2 pin. 78 78 79 - When ADC3XXX_GPIO_GPO is configured, this causes corresponding the 80 - ALSA control "GPIOx Output" to appear, as a switch control. 79 + When ADC3XXX_GPIO_GPO is selected, the pin may be controlled via the 80 + GPIO framework, as pin number 1 on the device. 81 81 82 82 Note that there is currently no support for reading the GPIO pins as 83 83 inputs.