From patchwork Thu Jul 30 21:29:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 6906881 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 017C4C05AC for ; Thu, 30 Jul 2015 21:29:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 28848205EA for ; Thu, 30 Jul 2015 21:29:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 17E3620625 for ; Thu, 30 Jul 2015 21:29:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527AbbG3V3b (ORCPT ); Thu, 30 Jul 2015 17:29:31 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:35850 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbbG3V3b (ORCPT ); Thu, 30 Jul 2015 17:29:31 -0400 Received: by lbbud7 with SMTP id ud7so31246648lbb.3 for ; Thu, 30 Jul 2015 14:29:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3IbcRh/opkRLzHhI/jUJNdb3eSJqFkUdkz/lW9W/qms=; b=FULSwlSLuZ6u1chtviQMbIzIFrK9ZEdMk79np9L1iEqKLR5q2UT/YVAAYj766aezJG 9Qd4X4nGS+PfNMYaciMxb+0DaOkb/Acmr3m7XEkY/UhzRK1N+z68EjVg2ml/fs3mCNhn m8cnhWvBKtlyRRbq9QQrHl0T6R97DDcPS+JnCgGIFkZ0xYjeA9rpnajQjrr6WpGsDn86 2mmIpl2rjWThvCVz3lBI4xeJo7ONQ1kjKJ62Yooub2RsNMBRrJLBmXa6sEYmZoAnEF+o eJszi92RYoe17txEJtlW3tu6ZpBYtVMBDucd3++ShYU+Jli0EUSxjpRgfUAKOZNB0Jfx JC1A== X-Gm-Message-State: ALoCoQn89Uq42v11mt1O5xzqzNjfrVt+0HajCD9edaZYvxrvezkaKeAvHKu9lMOMA/zW10uAO33n X-Received: by 10.112.89.201 with SMTP id bq9mr45557910lbb.39.1438291769551; Thu, 30 Jul 2015 14:29:29 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp18-93.pppoe.mtu-net.ru. [81.195.18.93]) by smtp.gmail.com with ESMTPSA id wg9sm501467lbb.6.2015.07.30.14.29.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 14:29:28 -0700 (PDT) From: Sergei Shtylyov To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, ulf.hansson@linaro.org, linux-mmc@vger.kernel.org Cc: linux-sh@vger.kernel.org Subject: [PATCH] DT: mmc: sh_mmcif: document R8A779[34] support Date: Fri, 31 Jul 2015 00:29:26 +0300 Message-ID: <4675878.582hE3P2Fo@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.0.8-200.fc21.x86_64; KDE/4.14.9; x86_64; ; ) In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com> References: <201404250239.39150.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 Renesas R8A7793 and R8A7793 SoC also have the MMCIF controller... Signed-off-by: Sergei Shtylyov --- The patch is against Ulf Hansson's 'mmc.git' repo's 'next' branch plus the patch I posted earlier today... Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt =================================================================== --- mmc.orig/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt +++ mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt @@ -11,6 +11,8 @@ Required properties: - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs + - "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs + - "renesas,mmcif-r8a7794" for the MMCIF found in r8a7794 SoCs - clocks: reference to the functional clock