Skip to content

Commit 2a069a9

Browse files
committed
pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definition
The register definition block for the Port K I/O Register is accidentally using the defines for Port J. Replace them by the proper Port K defines. Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 805f635 commit 2a069a9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,18 +2020,18 @@ static const struct pinmux_cfg_reg pinmux_config_regs[] = {
20202020

20212021
{ PINMUX_CFG_REG("PKIOR0", 0xfffe3932, 16, 1, GROUP(
20222022
0, 0, 0, 0, 0, 0, 0, 0,
2023-
PJ11_IN, PJ11_OUT,
2024-
PJ10_IN, PJ10_OUT,
2025-
PJ9_IN, PJ9_OUT,
2026-
PJ8_IN, PJ8_OUT,
2027-
PJ7_IN, PJ7_OUT,
2028-
PJ6_IN, PJ6_OUT,
2029-
PJ5_IN, PJ5_OUT,
2030-
PJ4_IN, PJ4_OUT,
2031-
PJ3_IN, PJ3_OUT,
2032-
PJ2_IN, PJ2_OUT,
2033-
PJ1_IN, PJ1_OUT,
2034-
PJ0_IN, PJ0_OUT ))
2023+
PK11_IN, PK11_OUT,
2024+
PK10_IN, PK10_OUT,
2025+
PK9_IN, PK9_OUT,
2026+
PK8_IN, PK8_OUT,
2027+
PK7_IN, PK7_OUT,
2028+
PK6_IN, PK6_OUT,
2029+
PK5_IN, PK5_OUT,
2030+
PK4_IN, PK4_OUT,
2031+
PK3_IN, PK3_OUT,
2032+
PK2_IN, PK2_OUT,
2033+
PK1_IN, PK1_OUT,
2034+
PK0_IN, PK0_OUT ))
20352035
},
20362036
{}
20372037
};

0 commit comments

Comments
 (0)