[PATCH] dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects

Shawn Guo shawn.guo at linaro.org
Mon Apr 23 11:32:31 EST 2012


On 22 April 2012 01:21, Fabio Estevam <festevam at gmail.com> wrote:
> The gpio numbers does not match the comment.
>
> Fix the comments for GPIOs used for chip selects.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>

Acked-by: Shawn Guo <shawn.guo at linaro.org>

Grant, Rob,

Please let me know if you prefer to have it go through arm-soc tree
than spi or dt tree.

Regards,
Shawn

> ---
>  .../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 at 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 */
>  };
> --
> 1.7.1
>


More information about the devicetree-discuss mailing list