From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Branden Subject: Re: [PATCH 5/5 RFC] DT: sdhci-iproc: add bcm2835 compatible Date: Mon, 18 Jan 2016 13:47:53 -0800 Message-ID: <569D5D89.4040604@broadcom.com> References: <1453042744-16196-1-git-send-email-stefan.wahren@i2se.com> <1453042744-16196-6-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453042744-16196-6-git-send-email-stefan.wahren@i2se.com> Sender: linux-mmc-owner@vger.kernel.org To: Stefan Wahren , Ray Jui , Jon Mason , Stephen Warren , Lee Jones , Eric Anholt Cc: Rob Herring , Mark Rutland , Arnd Bergmann , Ulf Hansson , kernel@martin.sperl.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com List-Id: devicetree@vger.kernel.org Looks good. On 16-01-17 06:59 AM, Stefan Wahren wrote: > Since sdhci-iproc can support bcm2835 we need to add the > compatible string to the binding. > > Signed-off-by: Stefan Wahren Acked-by: Scott Branden > --- > .../devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > index 72cc9cc..a9330a4 100644 > --- a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > +++ b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > @@ -4,7 +4,10 @@ This file documents differences between the core properties described > by mmc.txt and the properties that represent the IPROC SDHCI controller. > > Required properties: > -- compatible : Should be "brcm,sdhci-iproc-cygnus". > +- compatible : Should be one of the following > + "brcm,bcm2835-sdhci" > + "brcm,sdhci-iproc-cygnus" > + > - clocks : The clock feeding the SDHCI controller. > > Optional properties: >