From c71124e30c52dc8ee288531ce13112c6d4f6d358 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 21 Apr 2012 14:21:13 -0300 Subject: [PATCH] --- yaml --- r: 311643 b: refs/heads/master c: 37797d5f2ee47a06cc1c43b7b5f4832822436e3b h: refs/heads/master i: 311641: 36b6d1cb5e2dcc87704e189e2956c771b98f4faa 311639: 772f1d3a178c16e23fb202a50b26cc1f1627b85a v: v3 --- [refs] | 2 +- trunk/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8bee9ff9f2cb..efb460c0568a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae2a7d20087f2780df7ddc829a74f4a387f26b4d +refs/heads/master: 37797d5f2ee47a06cc1c43b7b5f4832822436e3b diff --git a/trunk/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/trunk/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt index 9841057d112b..4256a6df9b79 100644 --- a/trunk/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt +++ b/trunk/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 */ };