From patchwork Tue Jul 9 09:13:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 2825209 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 D50659F968 for ; Tue, 9 Jul 2013 09:13:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A75DC2013A for ; Tue, 9 Jul 2013 09:13:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A33620124 for ; Tue, 9 Jul 2013 09:13:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753801Ab3GIJNh (ORCPT ); Tue, 9 Jul 2013 05:13:37 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:55241 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785Ab3GIJNg (ORCPT ); Tue, 9 Jul 2013 05:13:36 -0400 Received: from axis700.grange (dslb-084-061-104-235.pools.arcor-ip.net [84.61.104.235]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MWcMY-1UgUcj24Us-00XemH; Tue, 09 Jul 2013 11:13:23 +0200 Received: by axis700.grange (Postfix, from userid 1000) id 0D3D040BB4; Tue, 9 Jul 2013 11:13:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by axis700.grange (Postfix) with ESMTP id 0A98140BB3; Tue, 9 Jul 2013 11:13:23 +0200 (CEST) Date: Tue, 9 Jul 2013 11:13:22 +0200 (CEST) From: Guennadi Liakhovetski X-X-Sender: lyakh@axis700.grange To: linux-sh@vger.kernel.org cc: Simon Horman , linux-mmc@vger.kernel.org, Chris Ball , Kuninori Morimoto , Magnus Damm Subject: [PATCH] mmc: TMIO: update Device Tree binding documentation Message-ID: MIME-Version: 1.0 X-Provags-ID: V02:K0:tS2RtGtrAGee2LBpwgO0vHwtnoxJ+0LYiZCwkLD5CAp vJiAOnKQo2IryADdhY2kDzzRMyMMUaE/SQMlOQLueS/p2jrITi 7DIZVrrUzaagoDDzy3fR0kN5m9W6+Co2cmK8B9QuFo1Ogilwoy I/zZKEEeIHH3rIkjQ6LuHhp+qxF5TG4hKy0gDfnjkfpO3xpbhf wcL/3m8Ke6VRX+h2zdO2BpckKgxJAqW29/dAo1cVpJrArvJRLU PJuesr3vEM0iG1+tkXdFSAZMo8BfgntZ0S+Ii39E221QaIdnvn Adk9PtDqqGSv8Z3VTA92yRNuCl0/YppAjYdqj1vd7lJpGeeVTw t6pfPY4mPAv0zkhzW3RmslQMCgnBizblVcQPXTm2yLjdBAAV10 pfg2l8jIJG4iA== 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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, 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 The SDHI mmc-tmio implementation has been updated to cover additional SoC types. This patch documents the changes. Signed-off-by: Guennadi Liakhovetski --- Now, that the patch "mmc: SDHI: add DT compatibility strings for further SoCs" has been approved, it shall be accompanied by this documentation update. Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/tmio_mmc.txt b/Documentation/devicetree/bindings/mmc/tmio_mmc.txt index df204e1..ec6f5bd 100644 --- a/Documentation/devicetree/bindings/mmc/tmio_mmc.txt +++ b/Documentation/devicetree/bindings/mmc/tmio_mmc.txt @@ -13,8 +13,13 @@ Optional properties: - toshiba,mmc-wrprotect-disable: write-protect detection is unavailable When used with Renesas SDHI hardware, the following compatibility strings -configure various model-specific properties: +configure properties, specific to the respective SoC model: -"renesas,sh7372-sdhi": (default) compatible with SH7372 -"renesas,r8a7740-sdhi": compatible with R8A7740: certain MMC/SD commands have to - wait for the interface to become idle. +"renesas,shmobile-sdhi": generic SDHI block +"renesas,sh7372-sdhi": SDHI block, used on SH7372 (SH-Mobile AP4) +"renesas,sh73a0-sdhi": SDHI block, used on SH73A0 (SH-Mobile AG5) +"renesas,r8a73a4-sdhi": SDHI block, used on R8A73A4 (R-Mobile APE6) +"renesas,r8a7740-sdhi": SDHI block, used on R8A7740 (R-Mobile A1) +"renesas,r8a7778-sdhi": SDHI block, used on R8A7778 (R-Car M1A) +"renesas,r8a7779-sdhi": SDHI block, used on R8A7779 (R-Car H1) +"renesas,r8a7790-sdhi": SDHI block, used on R8A7790 (R-Car H2)