[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5485FFCE.9000009@broadcom.com>
Date: Mon, 8 Dec 2014 11:45:18 -0800
From: Ray Jui <rjui@...adcom.com>
To: Arnd Bergmann <arnd@...db.de>
CC: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
"Mark Rutland" <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
"Linus Walleij" <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>,
Grant Likely <grant.likely@...aro.org>,
Christian Daudt <bcm@...thebug.org>,
Matt Porter <mporter@...aro.org>,
Florian Fainelli <f.fainelli@...il.com>,
Russell King <linux@....linux.org.uk>,
Joe Perches <joe@...ches.com>,
"Scott Branden" <sbranden@...adcom.com>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-gpio@...r.kernel.org>,
<bcm-kernel-feedback-list@...adcom.com>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v3 1/5] gpio: Cygnus: define Broadcom Cygnus GPIO binding
On 12/8/2014 11:38 AM, Arnd Bergmann wrote:
> On Monday 08 December 2014 10:47:44 Ray Jui wrote:
>> +
>> +- no-drv-stregnth:
>> + Specifies the GPIO controller does not support drive strength configuration
>> +
>>
>
> Typo:
>
> strength, not stregnth
>
> Otherwise looks good.
>
> Arnd
>
Right...Let me fix that. Also noticed the following in the device tree
binding example that needs to be fixed:
gpio_crmu: gpio@...24800 {
compatible = "brcm,cygnus-crmu-gpio";
The above line needs to be fixed with:
compatible = "brcm,cygnus-gpio";
reg = <0x03024800 0x50>;
ngpios = <6>;
#gpio-cells = <2>;
gpio-controller;
no-drv-stregnth;
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists