Re: [PATCH] MIPS: ingenic: gcw0: Fix HP detection GPIO.

2020-06-25 Thread Thomas Bogendoerfer
On Tue, Jun 23, 2020 at 06:19:45PM -0300, João H. Spies wrote: > Previously marked as active high, but is in reality active low. > > Cc: sta...@vger.kernel.org > Fixes: b1bfdb660516 ("MIPS: ingenic: DTS: Update GCW0 support") > Signed-off-by: João H. Spies > --- >

Re: [PATCH] MIPS: ingenic: gcw0: Fix HP detection GPIO.

2020-06-24 Thread Paul Cercueil
Hi João, Le mar. 23 juin 2020 à 18:19, João H. Spies a écrit : Previously marked as active high, but is in reality active low. Cc: sta...@vger.kernel.org Fixes: b1bfdb660516 ("MIPS: ingenic: DTS: Update GCW0 support") Signed-off-by: João H. Spies Good catch. Tested-by: Paul Cercueil

[PATCH] MIPS: ingenic: gcw0: Fix HP detection GPIO.

2020-06-23 Thread João H . Spies
Previously marked as active high, but is in reality active low. Cc: sta...@vger.kernel.org Fixes: b1bfdb660516 ("MIPS: ingenic: DTS: Update GCW0 support") Signed-off-by: João H. Spies --- arch/mips/boot/dts/ingenic/gcw0.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git