From patchwork Thu Nov 5 22:39:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Cooper X-Patchwork-Id: 7564091 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 83F6EC05C6 for ; Thu, 5 Nov 2015 23:06:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B6AD02055C for ; Thu, 5 Nov 2015 23:06:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C9D1F20532 for ; Thu, 5 Nov 2015 23:06:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756822AbbKEXGD (ORCPT ); Thu, 5 Nov 2015 18:06:03 -0500 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:16182 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756621AbbKEXGD (ORCPT ); Thu, 5 Nov 2015 18:06:03 -0500 X-IronPort-AV: E=Sophos;i="5.20,249,1444719600"; d="scan'208";a="79895379" Received: from irvexchcas08.broadcom.com (HELO IRVEXCHCAS08.corp.ad.broadcom.com) ([10.9.208.57]) by mail-gw1-out.broadcom.com with ESMTP; 05 Nov 2015 17:10:06 -0800 Received: from IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 5 Nov 2015 15:05:56 -0800 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) with Microsoft SMTP Server id 14.3.235.1; Thu, 5 Nov 2015 15:05:56 -0800 Received: from stbsrv-and-3.and.broadcom.com (unknown [10.28.16.21]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 590BF40FE5; Thu, 5 Nov 2015 15:02:49 -0800 (PST) From: Al Cooper To: , , CC: Al Cooper Subject: [PATCH 3/4] mmc: Add Device Tree binding supported by sdhci-pltfm.c Date: Thu, 5 Nov 2015 17:39:59 -0500 Message-ID: <1446763200-10234-3-git-send-email-alcooperx@gmail.com> X-Mailer: git-send-email 1.9.0.138.g2de3478 In-Reply-To: <1446763200-10234-1-git-send-email-alcooperx@gmail.com> References: <1446763200-10234-1-git-send-email-alcooperx@gmail.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=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable 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 This includes both newly added and previously undocumented properties. Signed-off-by: Al Cooper --- Documentation/devicetree/bindings/mmc/mmc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index f693baf..516fdf9 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt @@ -48,6 +48,14 @@ Optional properties: - mmc-hs400-1_2v: eMMC HS400 mode(1.2V I/O) is supported - dsr: Value the card's (optional) Driver Stage Register (DSR) should be programmed with. Valid range: [0 .. 0xffff]. +- sdhci,auto-cmd12: the controller supports Auto-CMD12 to stop multiblock + transfers. +- broken-64-bit-dma: the controller does not support 64-bit DMA even if + the controller claims it does. +- broken-timeout-value: the timeout value specified by the controller is + incorrect and the MAX timeout will be used instead. +- broken-sdr50: SDR50 mode is broken. +- broken-ddr50: DDR50 mode is broken. *NOTE* on CD and WP polarity. To use common for all SD/MMC host controllers line polarity properties, we have to fix the meaning of the "normal" and "inverted"