pinctrl: sh-pfc: r8a7795: Add pinmux data for single-function pins
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Sep 2015 18:37:55 +0000 (20:37 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 8 Dec 2015 13:18:29 +0000 (14:18 +0100)
commit8d4df57378e51ac15da0276a0a3b20368729fe2a
treedd9d542f3ef557cca23ec48ffa7640ae6f811395
parent8795841bd606fbf1a63f66c51c07de39c44c4f34
pinctrl: sh-pfc: r8a7795: Add pinmux data for single-function pins

Pins that (1) can be configured as either GPIO or a single peripheral
function, and (2) that don't need configuration in an IPSRx register,
should still be listed in the pinmux_data[] array.

Else selecting the peripheral function fails with e.g.:

    sh-pfc e6060000.pfc: cannot locate data/mark enum_id for mark 1281

(mark 1281 is MSIOF0_SCK_MARK).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/pfc-r8a7795.c