Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e153db03 authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tony Lindgren
Browse files

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: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@
&audio_codec {
	status = "okay";

	gpio-reset = <&gpio1 16 GPIO_ACTIVE_LOW>;
	reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
	AVDD-supply = <&ldo3_reg>;
	IOVDD-supply = <&ldo3_reg>;
	DRVDD-supply = <&ldo3_reg>;