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

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

index c7e404b3ef0515b5527583cae877ab48c5d69595..fea541ee8b34a18fbf1aaef9276c17ef992db830 100644 (file)
@@ -29,6 +29,6 @@ esdhc@70008000 {
        compatible = "fsl,imx51-esdhc";
        reg = <0x70008000 0x4000>;
        interrupts = <2>;
-       cd-gpios = <&gpio0 6 0>; /* GPIO1_6 */
-       wp-gpios = <&gpio0 5 0>; /* GPIO1_5 */
+       cd-gpios = <&gpio1 6 0>; /* GPIO1_6 */
+       wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
 };