Camel
On 9/11/20 3:07 AM, Camel Guo wrote:
From: Camel Guo <camelg@xxxxxxxx>
Add properties for configuring the General Purpose Input Outputs (GPIO).
s/Outputs/Output
There is only one for the x140
There are 2 settings for GPIO, configuration and the output drive type.
Signed-off-by: Camel Guo <camelg@xxxxxxxx>
---
.../bindings/sound/tlv320adcx140.yaml | 44 +++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
index f578f17f3e04..7b0b4554da59 100644
--- a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
+++ b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
@@ -134,6 +134,49 @@ patternProperties:
4d - Drive weak low and active high
5d - Drive Hi-Z and active high
+ ti,gpio-config:
+ description: |
+ Defines the configuration and output driver for the general purpose
s/driver/drive
You capitalized the General Purpose Input and Output in the commit
message but kept it lower case here.
Beyond these
Acked-by: Dan Murphy <dmurphy@xxxxxx>