diff options
author | Fabio Estevam <festevam@gmail.com> | 2012-04-21 14:21:13 -0300 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-06-13 13:34:39 -0500 |
commit | 37797d5f2ee47a06cc1c43b7b5f4832822436e3b (patch) | |
tree | e9230b892a0770fc93d4be2b40fc8c5f4e370729 /Documentation | |
parent | ae2a7d20087f2780df7ddc829a74f4a387f26b4d (diff) | |
download | op-kernel-dev-37797d5f2ee47a06cc1c43b7b5f4832822436e3b.zip op-kernel-dev-37797d5f2ee47a06cc1c43b7b5f4832822436e3b.tar.gz |
dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt index 9841057..4256a6d 100644 --- a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt +++ b/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 */ }; |