Commit 9fbbb7dd authored by João H. Spies's avatar João H. Spies Committed by Thomas Bogendoerfer

MIPS: ingenic: gcw0: Fix HP detection GPIO.

Previously marked as active high, but is in reality active low.

Cc: stable@vger.kernel.org
Fixes: b1bfdb66 ("MIPS: ingenic: DTS: Update GCW0 support")
Signed-off-by: default avatarJoão H. Spies <jhlspies@gmail.com>
Tested-by: default avatarPaul Cercueil <paul@crapouillou.net>
Reviewed-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 03e62fd6
......@@ -92,7 +92,7 @@ sound {
"MIC1N", "Built-in Mic";
simple-audio-card,pin-switches = "Speaker", "Headphones";
simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_HIGH>;
simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>;
simple-audio-card,aux-devs = <&speaker_amp>, <&headphones_amp>;
simple-audio-card,bitclock-master = <&dai_codec>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment