Re: [PATCH 1/2] ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect

2017-08-10 Thread Tony Lindgren
* Kishon Vijay Abraham I [170810 00:46]: > Tony, > > On Thursday 10 August 2017 03:38 AM, Tony Lindgren wrote: > > * Kishon Vijay Abraham I [170807 22:22]: > >> The GPIO polarity for MMC1 card detect is set to '0' which means > >> active-high. However the polarity should be active-low. Fix it >

Re: [PATCH 1/2] ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect

2017-08-10 Thread Kishon Vijay Abraham I
Tony, On Thursday 10 August 2017 03:38 AM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [170807 22:22]: >> The GPIO polarity for MMC1 card detect is set to '0' which means >> active-high. However the polarity should be active-low. Fix it >> here. > > Can these wait for v4.14 merge window or d

Re: [PATCH 1/2] ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect

2017-08-09 Thread Tony Lindgren
* Kishon Vijay Abraham I [170807 22:22]: > The GPIO polarity for MMC1 card detect is set to '0' which means > active-high. However the polarity should be active-low. Fix it > here. Can these wait for v4.14 merge window or do these fix known issues? Regards, Tony

[PATCH 1/2] ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect

2017-08-07 Thread Kishon Vijay Abraham I
The GPIO polarity for MMC1 card detect is set to '0' which means active-high. However the polarity should be active-low. Fix it here. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/am571x-idk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/a