提交 e153db03 编写于 作者: A Andrew F. Davis 提交者: Tony Lindgren

ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin

The correct DT property for specifying a GPIO used for reset
is "reset-gpios", fix this here.

Fixes: 4341881d ("ARM: dts: Add devicetree for Gumstix Pepper board")
Signed-off-by: NAndrew F. Davis <afd@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 4fbd8d19
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
&audio_codec { &audio_codec {
status = "okay"; status = "okay";
gpio-reset = <&gpio1 16 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
AVDD-supply = <&ldo3_reg>; AVDD-supply = <&ldo3_reg>;
IOVDD-supply = <&ldo3_reg>; IOVDD-supply = <&ldo3_reg>;
DRVDD-supply = <&ldo3_reg>; DRVDD-supply = <&ldo3_reg>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册