From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects Date: Mon, 11 Jun 2012 09:23:30 -0500 Message-ID: <4FD5FF62.80109@gmail.com> References: <1335028873-3395-1-git-send-email-festevam@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1335028873-3395-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Fabio Estevam Cc: Fabio Estevam , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On 04/21/2012 12:21 PM, Fabio Estevam wrote: > The gpio numbers does not match the comment. > > Fix the comments for GPIOs used for chip selects. > > Signed-off-by: Fabio Estevam Applied. > --- > .../devicetree/bindings/spi/fsl-imx-cspi.txt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt > index 9841057..4256a6d 100644 > --- a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt > +++ b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt > @@ -17,6 +17,6 @@ ecspi@70010000 { > reg = <0x70010000 0x4000>; > interrupts = <36>; > fsl,spi-num-chipselects = <2>; > - cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */ > - <&gpio3 25 0>; /* GPIO4_25 */ > + cs-gpios = <&gpio3 24 0>, /* GPIO3_24 */ > + <&gpio3 25 0>; /* GPIO3_25 */ > };