Message ID | 20250327100633.11530-2-srinivas.kandagatla@linaro.org |
---|---|
State | New |
Headers | show |
Series | ASoC: wcd938x: enable t14s audio headset | expand |
On Thu, 27 Mar 2025 10:06:28 +0000, srinivas.kandagatla@linaro.org wrote: > On some platforms to minimise pop and click during switching between > CTIA and OMTP headset an additional HiFi Mux Switch is used. Most common > case is that this switch is switched on by default, but on some > platforms this needs a regulator enable. One such platform is Lenovo > T14s. > > This patch adds required bindings in gpio-mux to add such optional regulator. > > [...] Applied, thanks! [1/6] dt-bindings: mux: add optional regulator binding to gpio mux https://git.kernel.org/krzk/linux/c/e9c695067b68da6b39e0d70cd4a061d0f70050d3 Best regards,
diff --git a/Documentation/devicetree/bindings/mux/gpio-mux.yaml b/Documentation/devicetree/bindings/mux/gpio-mux.yaml index b597c1f2c577..ef7e33ec85d4 100644 --- a/Documentation/devicetree/bindings/mux/gpio-mux.yaml +++ b/Documentation/devicetree/bindings/mux/gpio-mux.yaml @@ -25,6 +25,10 @@ properties: description: List of gpios used to control the multiplexer, least significant bit first. + mux-supply: + description: + Regulator to power on the multiplexer. + '#mux-control-cells': enum: [ 0, 1 ]