From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [LINUX PATCH 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Date: Tue, 19 Jan 2016 20:03:01 +0100 Message-ID: <569E8865.1030504@xilinx.com> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> <20160119171940.GA7207@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160119171940.GA7207@rob-hp-laptop> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , 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-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org" , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Suman Tripathi , Shawn Lin , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.orgHarini Katakam List-Id: linux-mmc@vger.kernel.org On 19.1.2016 18:19, Rob Herring wrote: > 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. I still think that having interface for runtime Silicon version detection in generic way is much better than using compatible strings for certain silicon version. The same board revisions can have different silicon versions. Asking secure monitor for this information and based on that setup quirks for this case would be preferred solution. I want to spend some time to share information about silicon via soc bus to user space and there should be similar way for sharing this information inside the kernel. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html