From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752666AbdHJPNe (ORCPT ); Thu, 10 Aug 2017 11:13:34 -0400 Received: from muru.com ([72.249.23.125]:57584 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbdHJPNc (ORCPT ); Thu, 10 Aug 2017 11:13:32 -0400 Date: Thu, 10 Aug 2017 08:13:29 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Russell King , Ulf Hansson , nsekhar@ti.com, linux-omap@vger.kernel.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect Message-ID: <20170810151329.GC8569@atomide.com> References: <20170808052057.24433-1-kishon@ti.com> <20170809220800.GJ3934@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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 > >> here. > > > > Can these wait for v4.14 merge window or do these fix known > > issues? > > These can go in the next merge window. I didn't observe any issue without this > in omap_hsmmc driver. OK applying both into omap-for-v4.14/dt thanks. Tony