diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-06-10 14:24:07 -0300 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-06-13 13:34:40 -0500 |
commit | 06693fcd57739d2c6cb22c0f2bb494e7e65ccedd (patch) | |
tree | 01966f62b4e8c534a6452859738773866fac434e /Documentation | |
parent | 37797d5f2ee47a06cc1c43b7b5f4832822436e3b (diff) | |
download | linux-3.10-06693fcd57739d2c6cb22c0f2bb494e7e65ccedd.tar.gz linux-3.10-06693fcd57739d2c6cb22c0f2bb494e7e65ccedd.tar.bz2 linux-3.10-06693fcd57739d2c6cb22c0f2bb494e7e65ccedd.zip |
dt: fsl-imx-esdhc.txt: Fix gpio number assignment
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt index c7e404b3ef0..fea541ee8b3 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt @@ -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 */ }; |