From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756896AbcASRQZ (ORCPT ); Tue, 19 Jan 2016 12:16:25 -0500 Received: from mail.kernel.org ([198.145.29.136]:51495 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755297AbcASRQR (ORCPT ); Tue, 19 Jan 2016 12:16:17 -0500 Date: Tue, 19 Jan 2016 11:16:11 -0600 From: Rob Herring To: P L Sai Krishna Cc: Michal Simek , Soren Brinkmann , Ulf Hansson , Kevin Hao , Emil Lenchak , Tobias Klauser , Sudeep Holla , Adrian Hunter , Jisheng Zhang , "Ivan T. Ivanov" , Scott Branden , Vincent Yang , Haibo Chen , Marek Vasut , "ludovic.desroches@atmel.com" , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Suman Tripathi , Shawn Lin , devicetree@vger.kernel.org, Harini Katakam , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, P L Sai Krishna , Anirudha Sarangi , Punnaiah Choudary Kalluri , linux-arm-kernel@lists.infradead.org Subject: Re: [LINUX PATCH 4/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Message-ID: <20160119171611.GA2708@rob-hp-laptop> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-4-git-send-email-lakshmis@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453213055-35563-4-git-send-email-lakshmis@xilinx.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2016 at 07:47:34PM +0530, P L Sai Krishna wrote: > This patch adds broken-mmc-highspeed property to the binding > doc for Arasan SDHCI. > > Signed-off-by: P L Sai Krishna > --- > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > index 2088d9f..5884832 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > @@ -20,7 +20,8 @@ Required Properties: > Optional Properties: > - broken-tuning: Indicates tuning broken in Silicon 1.0 of > Zynq Ultrascale+ MPSoC. > - > + - broken-mmc-highspeed: Indicates to force > + the controller to use in standard speed. We already have the inverse of this with "cap-mmc-highspeed". The only potential problem is it will need to be added to existing DTs if you start disabling high speed by default. Maybe that's not an issue for users of the Arasan driver. Otherwise, you should determine this with a more specific compatible string. Rob