Skip to content

Commit 9fbbb7d

Browse files
JohnnyonFlametsbogend
authored andcommitted
MIPS: ingenic: gcw0: Fix HP detection GPIO.
Previously marked as active high, but is in reality active low. Cc: [email protected] Fixes: b1bfdb6 ("MIPS: ingenic: DTS: Update GCW0 support") Signed-off-by: João H. Spies <[email protected]> Tested-by: Paul Cercueil <[email protected]> Reviewed-by: Paul Cercueil <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 03e62fd commit 9fbbb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ingenic/gcw0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"MIC1N", "Built-in Mic";
9393
simple-audio-card,pin-switches = "Speaker", "Headphones";
9494

95-
simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_HIGH>;
95+
simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>;
9696
simple-audio-card,aux-devs = <&speaker_amp>, <&headphones_amp>;
9797

9898
simple-audio-card,bitclock-master = <&dai_codec>;

0 commit comments

Comments
 (0)