From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbdEPQr1 (ORCPT ); Tue, 16 May 2017 12:47:27 -0400 Received: from muru.com ([72.249.23.125]:47906 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752213AbdEPQrV (ORCPT ); Tue, 16 May 2017 12:47:21 -0400 Date: Tue, 16 May 2017 09:47:17 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , Russell King , letux-kernel@openphoenux.org, kernel@pyra-handheld.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] DTS: ARM: =?utf-8?Q?OMAP5?= =?utf-8?Q?=3A_uevm=3A_add_=C2=B5SD?= card detect Message-ID: <20170516164717.GM31418@atomide.com> References: <90e9c1d71ce9ee47b55f4c0794e582167c6b961d.1494837075.git.hns@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <90e9c1d71ce9ee47b55f4c0794e582167c6b961d.1494837075.git.hns@goldelico.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Nikolaus Schaller [170515 01:35]: > If we have Linux installed in eMMC we can boot without > µSD card, but inserting one is not recognised. > > The reason is that the card detect gpio (gpio5_152) > is not configured and attached to the mmc1 interface > driver and the mmc driver does not poll by default. > > Hence we add pinmux and gpio setup for the SDCARD_NCD > signal. Applying into omap-for-v4.13/dt thanks. Tony