浏览代码

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>
Geert Uytterhoeven 9 年之前
父节点
当前提交
b363d81972
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pinctrl/sh-pfc/pfc-sh73a0.c

+ 1 - 1
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,
 };