Skip to content

Commit af4b609

Browse files
Ulrich Hechtgeertu
authored andcommitted
pinctrl: sh-pfc: r8a77995: Add missing pins SCL0 and SDA0 to pinmux data
Required for I2C0 operation. Signed-off-by: Ulrich Hecht <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 57eec02 commit af4b609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/pinctrl/sh-pfc/pfc-r8a77995.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ static const u16 pinmux_data[] = {
518518
PINMUX_SINGLE(QSPI0_MISO_IO1),
519519
PINMUX_SINGLE(QSPI0_MOSI_IO0),
520520
PINMUX_SINGLE(QSPI0_SPCLK),
521+
PINMUX_SINGLE(SCL0),
522+
PINMUX_SINGLE(SDA0),
521523

522524
/* IPSR0 */
523525
PINMUX_IPSR_MSEL(IP0_3_0, IRQ0_A, SEL_IRQ_0_0),

0 commit comments

Comments
 (0)