From patchwork Thu Nov 14 10:27:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3181621 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 64CEDC045C for ; Thu, 14 Nov 2013 10:27:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5A2782096D for ; Thu, 14 Nov 2013 10:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 323EF208E8 for ; Thu, 14 Nov 2013 10:27:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752624Ab3KNK1e (ORCPT ); Thu, 14 Nov 2013 05:27:34 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:51434 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751757Ab3KNK1e (ORCPT ); Thu, 14 Nov 2013 05:27:34 -0500 Received: by mail-pa0-f43.google.com with SMTP id fa1so1877647pad.30 for ; Thu, 14 Nov 2013 02:27:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:to:cc:in-reply-to:references:from:subject :mime-version:content-type; bh=5qLBajbVpPSUzQHElDUWPUhxFD6Ok1nXY1pKN9kAgCY=; b=KH2a+FgjBlodmr6jLHWjRBgXo9mKHuex0a7NP/JXumplzQGifOrEClEEeV9dL5z4Lr 4s4WETXY4n3dbMm33PTXdq2/GaZhisxkWw2Pr4O8t/nLYdVyK/uwampLaeJMoyVdcMTe E8dZCykl7WE0ehRYysCWrcDFpTPUuh7TQUh0m3mBkgGRS6+rgSMYAaxhdE2UxZ5wMo4a Tg4PpBR1C1+IpDh92u9+Jc0VNeR3UMankcfTCjYNPqEL+uzXUVbkuYxwKbE58S1g4q6G 41SFoyI4SqNSOgEBOOipeidTXW03qkRYdObFNICtyDR2DrKW0nUZ7Q3Hxc8GkeGx9Gz8 1Muw== X-Received: by 10.66.188.80 with SMTP id fy16mr674675pac.168.1384424853323; Thu, 14 Nov 2013 02:27:33 -0800 (PST) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id yi10sm58185473pab.8.2013.11.14.02.27.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 14 Nov 2013 02:27:32 -0800 (PST) Date: Thu, 14 Nov 2013 02:27:32 -0800 (PST) Message-ID: <878uwrz3an.wl%kuninori.morimoto.gx@renesas.com> To: Simon Cc: Laurent , Chris Ball , Magnus , Linux-SH , Kuninori Morimoto , linux-mmc@vger.kernel.org In-Reply-To: <87bo1nz3c9.wl%kuninori.morimoto.gx@renesas.com> References: <87li0rz3to.wl%kuninori.morimoto.gx@renesas.com> <87bo1nz3c9.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 07/17] ARM: shmobile: marzen: remove SDHI0 WP pin setting MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP WP pin is not implemented on Marzen Signed-off-by: Kuninori Morimoto Acked-by: Laurent Pinchart --- arch/arm/mach-shmobile/board-marzen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index fa102f7..2288dc2 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@ -346,8 +346,6 @@ static const struct pinctrl_map marzen_pinctrl_map[] = { "sdhi0_ctrl", "sdhi0"), PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779", "sdhi0_cd", "sdhi0"), - PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779", - "sdhi0_wp", "sdhi0"), /* SMSC */ PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-r8a7779", "intc_irq1_b", "intc"),