aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-11-26 14:17:11 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2015-12-08 14:18:40 +0100
commitb363d81972fc57427ec799754e16bf31bd1cb95b (patch)
tree0a51758321e215c5d5e5841b4b67aefc49d39ce0 /drivers/pinctrl/sh-pfc/pfc-sh73a0.c
parentpinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins (diff)
downloadlinux-dev-b363d81972fc57427ec799754e16bf31bd1cb95b.tar.xz
linux-dev-b363d81972fc57427ec799754e16bf31bd1cb95b.zip
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>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-sh73a0.c')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-sh73a0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index 6a69c8c5d943..54c804971873 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
@@ -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,
};