Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp596103imb; Fri, 1 Mar 2019 08:46:29 -0800 (PST) X-Google-Smtp-Source: APXvYqxYUHRzf9GlX0gQCDlpYbFKBe/GjEgHgMSPHJ9AhsxSJ/+x8SGj0iqPynQZnQ5x5pLngUHJ X-Received: by 2002:a17:902:9003:: with SMTP id a3mr6331212plp.2.1551458789217; Fri, 01 Mar 2019 08:46:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551458789; cv=none; d=google.com; s=arc-20160816; b=Uec7HOncMOlfoqvhLia2wi75xlRKuOtEITjxrVoOZSiyodKw7Azx7mmnbrv7mQZ/TK xift3PewSsdqdbPTsgn2JurrZdVQDrJrzXjZbclgS9LhikUNehhuoSiKggBEmvWchX2H zGrdSI5PsHNL4uF2Sb9udPlpDBf02XJBqm+R2bnebke0QZ0sgbQpZcrMXrWy3GVksaS0 VKdt4SD6HlSk0RiYTcSGwt4cotg4wQ/DjGF3/FMWbA5oZKWY/Y1ctwqsV9tzGntqkS4D Kj5fFV2McUrEKKVOIURTLA3TKwLfwxPs8PoUBHgkoh9GY7k24dr/CTuvDw+qgKHGKgOq THSA== 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=MCZDoQHm8qNynpR0mS71+yssXRUsA+me/yiQm9h99B4=; b=0Y2hw8rBxYiXGEaFUNeitKbal2KQA09jvMSE5urKRRQEMKYf/qzIs8grCCV1vqaUsY UIpGOZGQ6k+WYyCgieg+XlmCqH24IQY5qMm/J3v+YpyfffGpb4ygF2zzz2nLP4R5966r ++migNEzIf77AAUVdrkYr1zAbAfLqQ5Jy/1VuwoNduqqAO3kOEWlWXi5Z/aznJ7BmNCe +yGmQmBSexNeRFcS1uQgGHjgSaXjEYDn10NmWvn29rE3CDKkz8XTPuSp6FYQ7NScVGe0 27PB+vVRxk6iadKzJRT1RoJmaHo7RLk8cFJlx91YRxoiev2ktm+ZqrF2rbltl3Hpg2Y4 8Z8Q== 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 f11si20139781plt.133.2019.03.01.08.46.14; Fri, 01 Mar 2019 08:46:29 -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 S2389248AbfCAQoZ (ORCPT + 99 others); Fri, 1 Mar 2019 11:44:25 -0500 Received: from vegas.theobroma-systems.com ([144.76.126.164]:36822 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388913AbfCAQoY (ORCPT ); Fri, 1 Mar 2019 11:44:24 -0500 Received: from ip092042140082.rev.nessus.at ([92.42.140.82]:42692 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 1gzlGT-00060u-RL; Fri, 01 Mar 2019 17:44:01 +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 , Tomasz Figa , Lin Huang , Randy Li , Tony Xie , Vicente Bergas , Ezequiel Garcia , Klaus Goger , 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 2/3] dt-bindings: mmc: Add a new property disable-cqe-dcmd. Date: Fri, 1 Mar 2019 17:43:46 +0100 Message-Id: <20190301164349.60589-2-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190301164349.60589-1-christoph.muellner@theobroma-systems.com> References: <20190301164349.60589-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 proprty 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