Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936003AbcKJWVV (ORCPT ); Thu, 10 Nov 2016 17:21:21 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36189 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934812AbcKJWVU (ORCPT ); Thu, 10 Nov 2016 17:21:20 -0500 MIME-Version: 1.0 In-Reply-To: <1478018277-10097-2-git-send-email-scott.branden@broadcom.com> References: <1478018277-10097-1-git-send-email-scott.branden@broadcom.com> <1478018277-10097-2-git-send-email-scott.branden@broadcom.com> From: Ulf Hansson Date: Thu, 10 Nov 2016 23:21:17 +0100 Message-ID: Subject: Re: [PATCH v2 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document To: Scott Branden Cc: Rob Herring , Mark Rutland , Ray Jui , Scott Branden , Adrian Hunter , BCM Kernel Feedback , linux-mmc , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Anup Patel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 39 On 1 November 2016 at 17:37, Scott Branden wrote: > Adds brcm,sdhci-iproc compat string to DT bindings document for > the iProc SDHCI driver. > > Signed-off-by: Anup Patel > Signed-off-by: Scott Branden Thanks, applied for next! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > index be56d2b..954561d 100644 > --- a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > +++ b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > @@ -7,6 +7,15 @@ Required properties: > - compatible : Should be one of the following > "brcm,bcm2835-sdhci" > "brcm,sdhci-iproc-cygnus" > + "brcm,sdhci-iproc" > + > +Use brcm2835-sdhci for Rasperry PI. > + > +Use sdhci-iproc-cygnus for Broadcom SDHCI Controllers > +restricted to 32bit host accesses to SDHCI registers. > + > +Use sdhci-iproc for Broadcom SDHCI Controllers that allow standard > +8, 16, 32-bit host access to SDHCI register. > > - clocks : The clock feeding the SDHCI controller. > > -- > 2.5.0 >