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

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

dt: mc13xxx.txt: Fix gpio number assignment



Fix gpio number assignment, so that it can match the number stated in the comment.

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