summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-06 08:48:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-08 14:26:33 +0200
commit118118eb3818229812f083918584f6c16cc961bf (patch)
tree7a57668ca23afeaa06cd26eaf23171f7e59a5203
parent92e3d3f67d79207b24105edaa12fef32740ef1e6 (diff)
downloadlinux-stable-118118eb3818229812f083918584f6c16cc961bf.tar.gz
linux-stable-118118eb3818229812f083918584f6c16cc961bf.tar.bz2
linux-stable-118118eb3818229812f083918584f6c16cc961bf.zip
Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
This reverts commit 0ed43f944a4070d04eddacded8629d0ddb9c8003 which was comit e153db03c6b7a035c797bcdf35262586f003ee93 upstream. It requires a driver that was not merged until 4.16, so remove it from this stable tree as it is pointless. Reported-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Cc: Andrew F. Davis <afd@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm/boot/dts/am335x-pepper.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts
index 9fb7426070ce..03c7d77023c6 100644
--- a/arch/arm/boot/dts/am335x-pepper.dts
+++ b/arch/arm/boot/dts/am335x-pepper.dts
@@ -139,7 +139,7 @@
&audio_codec {
status = "okay";
- reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
+ gpio-reset = <&gpio1 16 GPIO_ACTIVE_LOW>;
AVDD-supply = <&ldo3_reg>;
IOVDD-supply = <&ldo3_reg>;
DRVDD-supply = <&ldo3_reg>;