Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37797d5f authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent ae2a7d20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */
};