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: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Geert Uytterhoeven 2015-11-26 14:17:11 +01:00
parent 944e798890
commit b363d81972
1 changed files with 1 additions and 1 deletions

View File

@ -2059,7 +2059,7 @@ static const unsigned int lcd2_data9_mux[] = {
LCD2D8_MARK, LCD2D8_MARK,
}; };
static const unsigned int lcd2_data12_pins[] = { static const unsigned int lcd2_data12_pins[] = {
/* D[0:12] */ /* D[0:11] */
128, 129, 142, 143, 144, 145, 138, 139, 128, 129, 142, 143, 144, 145, 138, 139,
140, 141, 130, 131, 140, 141, 130, 131,
}; };