From patchwork Fri Feb 21 00:55:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3692481 Return-Path: X-Original-To: patchwork-linux-sh@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 AEFAD9F1EE for ; Fri, 21 Feb 2014 00:55:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D6A5620173 for ; Fri, 21 Feb 2014 00:55:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 104012010E for ; Fri, 21 Feb 2014 00:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932310AbaBUAzP (ORCPT ); Thu, 20 Feb 2014 19:55:15 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:58507 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932256AbaBUAzN (ORCPT ); Thu, 20 Feb 2014 19:55:13 -0500 Received: by mail-pb0-f46.google.com with SMTP id um1so2673047pbc.19 for ; Thu, 20 Feb 2014 16:55:12 -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=MpHSzzcSny1fRc7g0CHX5cgjX0pwxw6/VEexpcaLFaM=; b=ygTrLw+2arG7KGJ6/CQkbDZ39axMwp2VozW+/SfLYsVLjt5YrDatUeWBQTPKgxFMsJ +zrdlreWCtuD3hQQKgwOIln/xpT5gpzrfXTNXaHb8p7orHIaBDhH2co0O0hliL8X8gdj /2hfljgyrQl9i/SiBTpvod8f0678/cYIg4lajhSNaRD9zq0s1vayQTORAvWLSPpAbbyW W+SU1tH6uTWkmbu9tXJQlkt5/6HvzFK00LaRBzVhktMUKqINrbAPJcBA2N/UXqEz4fRR pErkiEszy6caIIv1K1YIPa78BzaRb4QfCaQu53L6hzeV5YQlsiVvAT3kbHj6HGYQVSAy /UOQ== X-Received: by 10.67.13.226 with SMTP id fb2mr5574992pad.146.1392944112847; Thu, 20 Feb 2014 16:55:12 -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 af1sm36662308pad.12.2014.02.20.16.55.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 20 Feb 2014 16:55:12 -0800 (PST) Date: Thu, 20 Feb 2014 16:55:12 -0800 (PST) Message-ID: <874n3tqo7n.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 3/5][RESENT] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7779 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-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@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 r8a7779 DT data to have SoC specific settings. Acked-by: Simon Horman Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/sh_mobile_sdhi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index e956bc4..38acf26 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -58,7 +58,7 @@ static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,sdhi-r8a73a4", .data = &sh_mobile_sdhi_of_cfg[0], }, { .compatible = "renesas,sdhi-r8a7740", .data = &sh_mobile_sdhi_of_cfg[0], }, { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, }, - { .compatible = "renesas,sdhi-r8a7779", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, }, { .compatible = "renesas,sdhi-r8a7790", .data = &sh_mobile_sdhi_of_cfg[0], }, {}, };