From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757033AbcASRT5 (ORCPT ); Tue, 19 Jan 2016 12:19:57 -0500 Received: from mail.kernel.org ([198.145.29.136]:51723 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755297AbcASRTv (ORCPT ); Tue, 19 Jan 2016 12:19:51 -0500 Date: Tue, 19 Jan 2016 11:19:40 -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 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Message-ID: <20160119171940.GA7207@rob-hp-laptop> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-2-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-2-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:32PM +0530, P L Sai Krishna wrote: > This patch adds broken-tuning property to the binding > doc for Arasan SDHCI. > > Signed-off-by: P L Sai Krishna > --- > 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 da541c3..2088d9f 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > @@ -17,6 +17,10 @@ Required Properties: > - interrupt-parent: Phandle for the interrupt controller that services > interrupts for this device. > > +Optional Properties: > + - broken-tuning: Indicates tuning broken in Silicon 1.0 of > + Zynq Ultrascale+ MPSoC. > + Make this a standard property. Or use the compatible string to determine this. Si errata is exactly what they are for. Rob