mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
ASoC: dt-bindings: Deprecate {hp,mic}-det-gpio
Commit 2071d0968e
("Documentation: gpio: guidelines for bindings")
deprecated the "gpio" suffix for GPIO consumers in favor of the "gpios"
suffix. Update the Audio Graph and Simple Audio Card DT bindings to
reflect this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://patch.msgid.link/833d5d9560339bf39a125914225c9a0930e134cc.1727438777.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
cfd1054c65
commit
e58b3914ab
@ -37,8 +37,14 @@ properties:
|
||||
pa-gpios:
|
||||
maxItems: 1
|
||||
hp-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
hp-det-gpios:
|
||||
maxItems: 1
|
||||
mic-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
mic-det-gpios:
|
||||
maxItems: 1
|
||||
|
||||
required:
|
||||
|
@ -207,8 +207,14 @@ properties:
|
||||
simple-audio-card,pin-switches:
|
||||
$ref: "#/definitions/pin-switches"
|
||||
simple-audio-card,hp-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
simple-audio-card,hp-det-gpios:
|
||||
maxItems: 1
|
||||
simple-audio-card,mic-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
simple-audio-card,mic-det-gpios:
|
||||
maxItems: 1
|
||||
|
||||
patternProperties:
|
||||
@ -256,8 +262,14 @@ patternProperties:
|
||||
pin-switches:
|
||||
$ref: "#/definitions/pin-switches"
|
||||
hp-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
hp-det-gpios:
|
||||
maxItems: 1
|
||||
mic-det-gpio:
|
||||
deprecated: true
|
||||
maxItems: 1
|
||||
mic-det-gpios:
|
||||
maxItems: 1
|
||||
|
||||
patternProperties:
|
||||
|
Loading…
Reference in New Issue
Block a user