Commit 39d762ed authored by Ricard Wanderlof's avatar Ricard Wanderlof Committed by Mark Brown

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: default avatarRicard Wanderlof <ricard.wanderlof@axis.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://msgid.link/r/20240528-tlv320adc3xxx-dt-gpio-fix-v1-1-209fb2c2f86f@axis.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ccdc13ab
...@@ -58,8 +58,8 @@ properties: ...@@ -58,8 +58,8 @@ properties:
description: | description: |
Configuration for DMDIN/GPIO1 pin. Configuration for DMDIN/GPIO1 pin.
When ADC3XXX_GPIO_GPO is configured, this causes corresponding the When ADC3XXX_GPIO_GPO is selected, the pin may be controlled via the
ALSA control "GPIOx Output" to appear, as a switch control. GPIO framework, as pin number 0 on the device.
ti,dmclk-gpio2: ti,dmclk-gpio2:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
...@@ -76,8 +76,8 @@ properties: ...@@ -76,8 +76,8 @@ properties:
description: | description: |
Configuration for DMCLK/GPIO2 pin. Configuration for DMCLK/GPIO2 pin.
When ADC3XXX_GPIO_GPO is configured, this causes corresponding the When ADC3XXX_GPIO_GPO is selected, the pin may be controlled via the
ALSA control "GPIOx Output" to appear, as a switch control. GPIO framework, as pin number 1 on the device.
Note that there is currently no support for reading the GPIO pins as Note that there is currently no support for reading the GPIO pins as
inputs. inputs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment