]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dt: mc13xxx.txt: Fix gpio number assignment
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 10 Jun 2012 17:24:10 +0000 (14:24 -0300)
committerRob Herring <rob.herring@calxeda.com>
Wed, 13 Jun 2012 18:34:54 +0000 (13:34 -0500)
Fix gpio number assignment, so that it can match the number stated in the comment.

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

index 19f6af47a792986c23a9ed033e15e8639ec5c51b..baf07987ae6863c68b39efa5ba1227a327009337 100644 (file)
@@ -46,8 +46,8 @@ Examples:
 
 ecspi@70010000 { /* ECSPI1 */
        fsl,spi-num-chipselects = <2>;
-       cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */
-                  <&gpio3 25 0>; /* GPIO4_25 */
+       cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */
+                  <&gpio4 25 0>; /* GPIO4_25 */
        status = "okay";
 
        pmic: mc13892@0 {