From patchwork Fri Jan 20 08:20:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Langlais X-Patchwork-Id: 6312 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3D52923E29 for ; Fri, 20 Jan 2012 08:23:49 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by fiordland.canonical.com (Postfix) with ESMTP id 0A66AA188C1 for ; Fri, 20 Jan 2012 08:23:49 +0000 (UTC) Received: by werm10 with SMTP id m10so246136wer.11 for ; Fri, 20 Jan 2012 00:23:48 -0800 (PST) Received: by 10.216.136.96 with SMTP id v74mr474376wei.27.1327047828874; Fri, 20 Jan 2012 00:23:48 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.223.110.140 with SMTP id n12cs2036fap; Fri, 20 Jan 2012 00:23:48 -0800 (PST) Received: by 10.213.22.8 with SMTP id l8mr241270ebb.37.1327047826212; Fri, 20 Jan 2012 00:23:46 -0800 (PST) Received: from eu1sys200aog101.obsmtp.com (eu1sys200aog101.obsmtp.com. [207.126.144.111]) by mx.google.com with SMTP id p8si1267835eef.27.2012.01.20.00.23.41 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 00:23:46 -0800 (PST) Received-SPF: neutral (google.com: 207.126.144.111 is neither permitted nor denied by best guess record for domain of philippe.langlais@stericsson.com) client-ip=207.126.144.111; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.111 is neither permitted nor denied by best guess record for domain of philippe.langlais@stericsson.com) smtp.mail=philippe.langlais@stericsson.com Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKTxkkjfGGFWdj+siQmVdK5ecR7vjxMa2j@postini.com; Fri, 20 Jan 2012 08:23:46 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 23BB0FF; Fri, 20 Jan 2012 08:23:35 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 367E61B1F; Fri, 20 Jan 2012 08:23:35 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id 8E92EA807D; Fri, 20 Jan 2012 09:23:31 +0100 (CET) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Fri, 20 Jan 2012 09:23:34 +0100 From: Philippe Langlais To: , Cc: , , , , Philippe Langlais , Mathieu Poirier , Fredrik Soderstedt Subject: [PATCH] mach-ux500: sdi: MMC_CAP_SD_HIGHSPEED capability is not yet supported on Snowball Date: Fri, 20 Jan 2012 09:20:40 +0100 Message-ID: <1327047640-15383-1-git-send-email-philippe.langlais@stericsson.com> X-Mailer: git-send-email 1.7.6 MIME-Version: 1.0 From: Philippe Langlais MMC_CAP_SD_HIGHSPEED is not supported on Snowball board resulting on initialisation errors. Signed-off-by: Mathieu Poirier Signed-off-by: Fredrik Soderstedt Signed-off-by: Philippe Langlais --- arch/arm/mach-ux500/board-mop500-sdi.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c index 4049bd7..1daead3 100644 --- a/arch/arm/mach-ux500/board-mop500-sdi.c +++ b/arch/arm/mach-ux500/board-mop500-sdi.c @@ -256,6 +256,8 @@ void __init mop500_sdi_init(void) void __init snowball_sdi_init(void) { + /* On Snowball MMC_CAP_SD_HIGHSPEED isn't supported (Hardware issue?) */ + mop500_sdi0_data.capabilities &= ~MMC_CAP_SD_HIGHSPEED; /* On-board eMMC */ db8500_add_sdi4(&mop500_sdi4_data, U8500_SDI_V2_PERIPHID); /* External Micro SD slot */