diff options
author | Rob Herring <[email protected]> | 2023-06-13 14:10:05 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-06-14 12:26:59 +0100 |
commit | a3f6df1bf514516d276e90d38ca11581701f2e8e (patch) | |
tree | 07acd2c0c097ce39e2d7b25808344b987f8203a7 | |
parent | a11e6515b019da62266b731ff20bc6863f00df4d (diff) |
ASoC: dt-bindings: ti,tlv320aic3x: Add missing type for "gpio-reset"
"gpio-reset" may be deprecated, but it still needs a type.
Signed-off-by: Rob Herring <[email protected]>
Acked-by: Jai Luthra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml index e8ca9f3369f8..206f6d61e362 100644 --- a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml +++ b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml @@ -61,6 +61,7 @@ properties: GPIO specification for the active low RESET input. gpio-reset: + $ref: /schemas/types.yaml#/definitions/uint32-matrix maxItems: 1 description: Deprecated, please use reset-gpios instead. |