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: qcom,wcd937x: Correct reset GPIO polarity in example

The reset GPIO of WCD9370/WCD9375 is active low and that's how it is
routed on typical boards, so correct the example DTS to use expected
polarity.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240806114931.40090-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
2f3e2c9e 6675e76a

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/qcom,wcd937x.yaml
··· 42 42 pinctrl-names = "default", "sleep"; 43 43 pinctrl-0 = <&wcd_reset_n>; 44 44 pinctrl-1 = <&wcd_reset_n_sleep>; 45 - reset-gpios = <&tlmm 83 GPIO_ACTIVE_HIGH>; 45 + reset-gpios = <&tlmm 83 GPIO_ACTIVE_LOW>; 46 46 vdd-buck-supply = <&vreg_l17b_1p8>; 47 47 vdd-rxtx-supply = <&vreg_l18b_1p8>; 48 48 vdd-px-supply = <&vreg_l18b_1p8>;