From: Magnus Damm <d...@opensource.se> Add the remaining SCIF2 pins using the recently introduced macro.
Signed-off-by: Magnus Damm <d...@opensource.se> --- drivers/pinctrl/sh-pfc/pfc-r7s72100.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) --- 0008/drivers/pinctrl/sh-pfc/pfc-r7s72100.c +++ work/drivers/pinctrl/sh-pfc/pfc-r7s72100.c 2013-11-27 14:33:17.000000000 +0900 @@ -127,7 +127,17 @@ static const unsigned int __RZ_STR(pfx, fn(scif2, txd, 3, 0, 6) \ fn(scif2, txd, 3, 1, 4) \ fn(scif2, rxd, 3, 2, 4) \ - fn(scif2, clk, 3, 0, 4) + fn(scif2, clk, 3, 0, 4) \ + fn(scif2, clk, 4, 1, 5) \ + fn(scif2, txd, 4, 2, 5) \ + fn(scif2, rxd, 4, 3, 5) \ + fn(scif2, txd, 4, 14, 7) \ + fn(scif2, rxd, 4, 15, 7) \ + fn(scif2, txd, 6, 2, 7) \ + fn(scif2, rxd, 6, 3, 7) \ + fn(scif2, clk, 8, 3, 7) \ + fn(scif2, txd, 8, 6, 7) \ + fn(scif2, rxd, 8, 4, 7) SCIF2(RZ_PIN_AND_MUX) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/