OSDN Git Service

dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
authorFabio Estevam <festevam@gmail.com>
Sat, 21 Apr 2012 17:21:13 +0000 (14:21 -0300)
committerRob Herring <rob.herring@calxeda.com>
Wed, 13 Jun 2012 18:34:39 +0000 (13:34 -0500)
The gpio numbers does not match the comment.

Fix the comments for GPIOs used for chip selects.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt

index 9841057..4256a6d 100644 (file)
@@ -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 */
 };