From patchwork Fri Feb 21 00:55:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3692551 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CB78D9F38E for ; Fri, 21 Feb 2014 00:55:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F334A2010E for ; Fri, 21 Feb 2014 00:55:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A21822017B for ; Fri, 21 Feb 2014 00:55:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756499AbaBUAzn (ORCPT ); Thu, 20 Feb 2014 19:55:43 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:36704 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756457AbaBUAzl (ORCPT ); Thu, 20 Feb 2014 19:55:41 -0500 Received: by mail-pa0-f48.google.com with SMTP id kx10so2685253pab.35 for ; Thu, 20 Feb 2014 16:55:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:mime-version:to:cc :in-reply-to:references:content-type; bh=0C5RN+zcdmAg+ClIeDkG60R0l73pjsSymq8r+rFebbc=; b=aJHFGlUtHCKm8k/FLc6JNguempSFA956xO3TJZ15EjS7f41tRPeQHmiquT+/EWGwpu a/rFECE4+c+Rb1lR4+SD3x2ejWiDwMQuVb3a9O4TD1HbTB5KZsRrF56ILjVz9+0aWXI6 ezt1abyhYe0hJDive+PgljaBpkEuw/vQ5Kitcn4jyabPOImW9+zjF9Cxirjxg5+kvTqJ IJ43mJJQBsIKuWG0So3WUbhDLB0RisqjfWgwJUgSv8wOCQfS5pb58GuMJBW1z9KGDimR Lb68MZyGTWLS7PaOvCaZ6vcjGYgjoEdRSrLvdsFBb+II6z2sWOfTrnzBvwq5xR540Spi pNzA== X-Received: by 10.66.136.229 with SMTP id qd5mr5661249pab.118.1392944141187; Thu, 20 Feb 2014 16:55:41 -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 fk4sm36608945pab.23.2014.02.20.16.55.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 20 Feb 2014 16:55:40 -0800 (PST) Date: Thu, 20 Feb 2014 16:55:40 -0800 (PST) Message-ID: <871tyxqo6v.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 5/5][RESENT] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7791 User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") To: Chris Ball Cc: Simon , Magnus , Linux-SH , linux-mmc@vger.kernel.org In-Reply-To: <878ut5qo9d.wl%kuninori.morimoto.gx@gmail.com> References: <87lhy090m0.wl%kuninori.morimoto.gx@gmail.com> <878ut5qo9d.wl%kuninori.morimoto.gx@gmail.com> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 From: Kuninori Morimoto This patch updates r8a7791 DT data to have SoC specific settings. Acked-by: Simon Horman Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/sh_mobile_sdhi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index cfc37ec..91058da 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -67,6 +67,7 @@ static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, }, { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, }, { .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, }, + { .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, }, {}, }; MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match);