Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754707AbaLHTpa (ORCPT ); Mon, 8 Dec 2014 14:45:30 -0500 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:57043 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753957AbaLHTpY (ORCPT ); Mon, 8 Dec 2014 14:45:24 -0500 X-IronPort-AV: E=Sophos;i="5.07,540,1413270000"; d="scan'208";a="52714124" Message-ID: <5485FFCE.9000009@broadcom.com> Date: Mon, 8 Dec 2014 11:45:18 -0800 From: Ray Jui User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , "Linus Walleij" , Alexandre Courbot , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Joe Perches , "Scott Branden" , , , , , Subject: Re: [PATCH v3 1/5] gpio: Cygnus: define Broadcom Cygnus GPIO binding References: <1418064468-8512-3-git-send-email-rjui@broadcom.com> <2129851.JzMQjVqeL2@wuerfel> In-Reply-To: <2129851.JzMQjVqeL2@wuerfel> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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@03024800 { 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/