Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932579AbcKVJyh (ORCPT ); Tue, 22 Nov 2016 04:54:37 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:30239 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932234AbcKVJyf (ORCPT ); Tue, 22 Nov 2016 04:54:35 -0500 Subject: Re: [PATCH 1/3] ARM: davinci: hawk: fix mmc card detect gpio To: Axel Haslam , References: <20161121161541.27048-1-ahaslam@baylibre.com> <20161121161541.27048-2-ahaslam@baylibre.com> CC: , From: Sekhar Nori Message-ID: <8ced1194-4c68-7385-1594-0983855e7c89@ti.com> Date: Tue, 22 Nov 2016 15:23:56 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161121161541.27048-2-ahaslam@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 458 Lines: 13 On Monday 21 November 2016 09:45 PM, Axel Haslam wrote: > The card detect gpio on the hawk board is gpio4_0 and not gpio3_12 > > Signed-off-by: Axel Haslam The LCDK and HawkBoard are different boards. The HawkBoard schematic from eLinux.org page is broken, but looking for it on the net, I found one and the MMC/SD CD pin in that schematic is indeed connected to GPIO3_12. So I believe the original code is correct. Thanks, Sekhar