Skip to content

Commit

Permalink
pinctrl: sh-pfc: r8a77995: Add missing pins SCL0 and SDA0 to pinmux data
Browse files Browse the repository at this point in the history
Required for I2C0 operation.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Ulrich Hecht authored and geertu committed Dec 5, 2017
1 parent 57eec02 commit af4b609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/pinctrl/sh-pfc/pfc-r8a77995.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ static const u16 pinmux_data[] = {
PINMUX_SINGLE(QSPI0_MISO_IO1),
PINMUX_SINGLE(QSPI0_MOSI_IO0),
PINMUX_SINGLE(QSPI0_SPCLK),
PINMUX_SINGLE(SCL0),
PINMUX_SINGLE(SDA0),

/* IPSR0 */
PINMUX_IPSR_MSEL(IP0_3_0, IRQ0_A, SEL_IRQ_0_0),
Expand Down

0 comments on commit af4b609

Please sign in to comment.