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,tlv320aic3x: Add missing type for "gpio-reset"

"gpio-reset" may be deprecated, but it still needs a type.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jai Luthra <j-luthra@ti.com>
Link: https://lore.kernel.org/r/20230613201006.2822985-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Rob Herring and committed by
Mark Brown
a3f6df1b a11e6515

+1
+1
Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml
··· 61 61 GPIO specification for the active low RESET input. 62 62 63 63 gpio-reset: 64 + $ref: /schemas/types.yaml#/definitions/uint32-matrix 64 65 maxItems: 1 65 66 description: 66 67 Deprecated, please use reset-gpios instead.