Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp4810558imb; Thu, 7 Mar 2019 00:45:52 -0800 (PST) X-Google-Smtp-Source: APXvYqwmrekxQVfxxU9EtwWKd/TvJbMBh7mdkNS30uCiANBpxwJAz6CnFY2fBC2PMT96pJOUy2ba X-Received: by 2002:a17:902:9a43:: with SMTP id x3mr11512961plv.173.1551948352803; Thu, 07 Mar 2019 00:45:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551948352; cv=none; d=google.com; s=arc-20160816; b=dKbUabdZIOf+Hvu76ddNE3ohtDeygVO554FdVjTEz4YNvslDeoF+I0IZl5ULJJ92ei ewDdJYqJro7n1iawPm6/xNkKEbMsn4+nNzwjcSi7as5aeMGLLNoWgX0Y/LXzqYioC6BS QjjNami43QOpxjF4nX9omgtywW2Y04PJo8HHUq6+XySWyRXUspNzKTsXwMOiFvlR+2RQ YB/Wte8bPW+5caWguXLBoFhjdJl/NlbS4dP4H9jLnNeIuYRyApIxu1v9ky7o52usY5Hk tzkHkk80dJyLLAsfzuw9mfa/cRj1ETMc+YcLH6CQvizeV8ysq1evOpsl+FwBNvZZDPqV 4YeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=jC5uTwBWSvkQHfX8P5jAAP9xSpr1gnEqSPvuH0rcK34=; b=BV/LFTN0AQQgZcqo7RjJWhds44vU3KR0zra65kTLEF78y6bbE2irjX6z9FWLjsuii4 kW4uul2ERDeWrR9EOrX8LOCVLLHFiVdj1UDG6q+z+R2HT2WgqUhyaPq+E+UjL1Rt8DMf wCR0YSBl9fxZF4hYkCFqZj1h4pYDw7JbTIV0FPyVyiPjOcn4FAso5hoMBgX7C6zgLW4Y nRqyBVAUxgRBOcTZ78TgnEvAFL9yur++Kv5iPtGLFKbEeqgVLLjJIKFru216Y8uGTt4a kreL309Qwisid6PPLmaA8Vhf33mYV9pE3UZk+Omr5cm2jza5pQSidM3JBOfY4vOcN3// q6Pg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c19si3634203plo.410.2019.03.07.00.45.36; Thu, 07 Mar 2019 00:45:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726456AbfCGIny (ORCPT + 99 others); Thu, 7 Mar 2019 03:43:54 -0500 Received: from vegas.theobroma-systems.com ([144.76.126.164]:48243 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726170AbfCGInw (ORCPT ); Thu, 7 Mar 2019 03:43:52 -0500 Received: from ip092042140082.rev.nessus.at ([92.42.140.82]:54492 helo=purcell.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1h1ocq-00083e-O4; Thu, 07 Mar 2019 09:43:36 +0100 From: Christoph Muellner To: robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de, shawn.lin@rock-chips.com, ulf.hansson@linaro.org, adrian.hunter@intel.com Cc: Christoph Muellner , Philipp Tomsich , Michal Simek , Douglas Anderson , Viresh Kumar , Enric Balletbo i Serra , Vicente Bergas , Emil Renner Berthing , Randy Li , Tony Xie , Ezequiel Garcia , Klaus Goger , Lin Huang , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v2 2/3] dt-bindings: mmc: Add a new property disable-cqe-dcmd. Date: Thu, 7 Mar 2019 09:43:27 +0100 Message-Id: <20190307084329.25416-2-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190307084329.25416-1-christoph.muellner@theobroma-systems.com> References: <20190307084329.25416-1-christoph.muellner@theobroma-systems.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch documents the new property disable-cqe-dcmd for the Arasan eMMC 5.1 driver. Signed-off-by: Christoph Muellner Signed-off-by: Philipp Tomsich --- Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt index 1edbb049cccb..ec699bf98b7c 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt @@ -44,6 +44,10 @@ Optional Properties: properly. Test mode can be used to force the controller to function. - xlnx,int-clock-stable-broken: when present, the controller always reports that the internal clock is stable even when it is not. + - disable-cqe-dcmd: The eMMC 5.1 standard specifies direct commands (DCMDs) + as part of the command queue engine (CQE). On controllers with a CQHCI, + such as the Arasan eMMC 5.1 host controller, the driver has to enable DCMDs. + This is done unless disable-cqe-dcmd is specified. Example: sdhci@e0100000 { -- 2.11.0