From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757007AbcBHXCK (ORCPT ); Mon, 8 Feb 2016 18:02:10 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:33659 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755455AbcBHXCF (ORCPT ); Mon, 8 Feb 2016 18:02:05 -0500 From: Kevin Hilman To: Georgi Djakov Cc: Andy Gross , devicetree@vger.kernel.org, lkml , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Organization: BayLibre References: <1454590402-13507-1-git-send-email-georgi.djakov@linaro.org> <7hmvrgb06c.fsf@baylibre.com> <56B4DFC5.7030700@linaro.org> Date: Mon, 08 Feb 2016 15:02:02 -0800 In-Reply-To: <56B4DFC5.7030700@linaro.org> (Georgi Djakov's message of "Fri, 5 Feb 2016 19:45:41 +0200") Message-ID: <7h4mdibyc5.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Georgi Djakov writes: > On 02/05/2016 12:44 AM, Kevin Hilman wrote: >> On Thu, Feb 4, 2016 at 2:06 PM, Kevin Hilman wrote: >>> Georgi Djakov writes: >>> >>>> Add the necessary properties to enable the SD-card on db410c boards. >>>> >>>> Signed-off-by: Georgi Djakov >>> >>> I tried this with 2 different SD cards on my dragonboard 410c but it's >>> not detecting either card. >> >> To be more precise, I tried this patch on v4.5-rc1 and today's >> linux-next using the default defconfig + CONFIG_MMC_SDHCI_MSM=y, and >> see the same voltage errors on both. >> > > Hi Kevin, thanks for trying this. I got the same with v4.5-rc2, but > this is expected as it depends on the another recently merged patch > in linux-next. Perhaps I should have mentioned this in the commit > message. > > Anyway, just checked with next-20160205 and it works for me - tested > with 3 different cards. Not sure why it does not work for you. > Could you please check if you have the following patch in your tree: I re-tested with next-20160205 and it seems to work fine. Feel free to add Tested-by: Kevin Hilman Thanks, Kevin