未验证 提交 34cb111f 编写于 作者: D Dmitry Torokhov 提交者: Mark Brown

ASoC: dt-bindings: wcd9335: fix reset line polarity in example

When resetting the block, the reset line is being driven low and then
high, which means that the line in DTS should be annotated as "active
low".

Fixes: 1877c9fd ("ASoC: dt-bindings: add dt bindings for wcd9335 audio codec")
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221027074652.1044235-2-dmitry.torokhov@gmail.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 af406c90
...@@ -109,7 +109,7 @@ audio-codec@1{ ...@@ -109,7 +109,7 @@ audio-codec@1{
reg = <1 0>; reg = <1 0>;
interrupts = <&msmgpio 54 IRQ_TYPE_LEVEL_HIGH>; interrupts = <&msmgpio 54 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "intr2" interrupt-names = "intr2"
reset-gpios = <&msmgpio 64 0>; reset-gpios = <&msmgpio 64 GPIO_ACTIVE_LOW>;
slim-ifc-dev = <&wc9335_ifd>; slim-ifc-dev = <&wc9335_ifd>;
clock-names = "mclk", "native"; clock-names = "mclk", "native";
clocks = <&rpmcc RPM_SMD_DIV_CLK1>, clocks = <&rpmcc RPM_SMD_DIV_CLK1>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册