Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932636AbcKVKKr (ORCPT ); Tue, 22 Nov 2016 05:10:47 -0500 Received: from mail-qk0-f177.google.com ([209.85.220.177]:36835 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932234AbcKVKKq (ORCPT ); Tue, 22 Nov 2016 05:10:46 -0500 MIME-Version: 1.0 In-Reply-To: <8ced1194-4c68-7385-1594-0983855e7c89@ti.com> References: <20161121161541.27048-1-ahaslam@baylibre.com> <20161121161541.27048-2-ahaslam@baylibre.com> <8ced1194-4c68-7385-1594-0983855e7c89@ti.com> From: Axel Haslam Date: Tue, 22 Nov 2016 11:10:05 +0100 Message-ID: Subject: Re: [PATCH 1/3] ARM: davinci: hawk: fix mmc card detect gpio To: Sekhar Nori Cc: Kevin Hilman , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 24 On Tue, Nov 22, 2016 at 10:53 AM, Sekhar Nori wrote: > 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. mmm, ok, the lcdk is booted using the hawk board file, so we should differentiate the two boards? or should we just live with inconsistencies on the lcdk? (im guessing the same will be ture for the usb) Regards Axel. > > Thanks, > Sekhar >