Commit 188289ad authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

pinctrl: sh-pfc: emev2: Correct comment for CFI data pins

The 8 data pins of the Compact Flash Interface are numbered 0..7, not
0..8.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent e7419b81
......@@ -749,7 +749,7 @@ static const unsigned int cf_ctrl_mux[] = {
};
static const unsigned int cf_data8_pins[] = {
/* CF_D[0:8] */
/* CF_D[0:7] */
77, 78, 79, 80,
81, 82, 83, 84,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment