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

Commit b363d819 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins



The 12 data pins of LCD2 are numbered 0..11, not 0..12.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 944e7988
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2059,7 +2059,7 @@ static const unsigned int lcd2_data9_mux[] = {
	LCD2D8_MARK,
};
static const unsigned int lcd2_data12_pins[] = {
	/* D[0:12] */
	/* D[0:11] */
	128, 129, 142, 143, 144, 145, 138, 139,
	140, 141, 130, 131,
};