From patchwork Wed Jun 14 08:23:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 9785711 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 46A7A60325 for ; Wed, 14 Jun 2017 08:26:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E85626E1A for ; Wed, 14 Jun 2017 08:26:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 231E6285C1; Wed, 14 Jun 2017 08:26:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2A76A28560 for ; Wed, 14 Jun 2017 08:26:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754558AbdFNI0B (ORCPT ); Wed, 14 Jun 2017 04:26:01 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:35581 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932104AbdFNIZw (ORCPT ); Wed, 14 Jun 2017 04:25:52 -0400 Received: by mail-pg0-f47.google.com with SMTP id k71so72587244pgd.2 for ; Wed, 14 Jun 2017 01:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=pOYnsQ2+b18ER44AMdrCMT0yzTGMagCzI3sJ46oih9E=; b=F0URhqOL47wn03xgoDiM3ZioLUxM1bdgNRfX60vGX68+jm/fXfQT2aVGR9tHGHUIHd 09xDfOj+uLD/omPe8Xo2rOOVuKLBD8jhw7Du5GCOmXdTskBlshhYv+KNgtpHxNFMd/pM sH3Gt63PCOAbmbEsTds9OldL/Mz13ELTSGe5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pOYnsQ2+b18ER44AMdrCMT0yzTGMagCzI3sJ46oih9E=; b=ruf2049WEpeK6PPWzqU2HWGJRUl+lwclp9LCKuXeciJUACtJJlxkyV3xSXmSuZu5e5 ECK/09LcZDp6lqt9FCTtsm4a+kaktTleprLnlB2BZJdVX9ahyKjyJxCcLvw49L9j4Cev InwsjjI1isS83haT6nnufuLvJDm7EoL4OMYe/DAo3pLEirZBOGGjgV3z+i5Jyc0LqIY6 eCjz3MaOtRz0ZwBq52zfriss1vBAHehh20LjpsAggzzUVYuLS31NQ3STuXN3phzo068j 4g9FxXhYAQxzXkkx6KjCp3A6yPx9fZsSD4ZE2uxASgl0pY7UEn46RN+WcPV4AWsMtH6L IxLA== X-Gm-Message-State: AKS2vOwduZRJFALl6RWDzQi3eFT13LdT713XPZ9r0arV/mShXJavlcNl Oxu8BBYV9TnsQydv X-Received: by 10.98.223.131 with SMTP id d3mr3038862pfl.112.1497428751235; Wed, 14 Jun 2017 01:25:51 -0700 (PDT) Received: from docularxu-ThinkPad-T440p.219.146.1.66 ([45.56.159.99]) by smtp.gmail.com with ESMTPSA id h14sm766802pfh.71.2017.06.14.01.25.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Jun 2017 01:25:50 -0700 (PDT) From: Guodong Xu To: robh+dt@kernel.org, mark.rutland@arm.com, xuwei5@hisilicon.com, catalin.marinas@arm.com, will.deacon@arm.com, wangkefeng.wang@huawei.com, xuejiancheng@hisilicon.com, peter.griffin@linaro.org, puck.chen@hisilicon.com, lee.jones@linaro.org, ulf.hansson@linaro.org, bhelgaas@google.com, arnd@arndb.de Cc: zhangfei.gao@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-pci@vger.kernel.org, Guodong Xu , Li Wei Subject: [PATCH v3 19/21] dt-bindings: mmc: dw_mmc-k3: add document of hi3660 mmc Date: Wed, 14 Jun 2017 16:23:36 +0800 Message-Id: <20170614082338.15673-20-guodong.xu@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170614082338.15673-1-guodong.xu@linaro.org> References: <20170614082338.15673-1-guodong.xu@linaro.org> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add bindings for hi3660 mmc support Signed-off-by: Li Wei Signed-off-by: Guodong Xu --- Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt index df37058..8af1afc 100644 --- a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt @@ -12,6 +12,7 @@ extensions to the Synopsys Designware Mobile Storage Host Controller. Required Properties: * compatible: should be one of the following. + - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.