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

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c 
b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index cd7c6645f7a47df1..d25e6f674d0aba84 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,
 };
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to