Commit dd4b6837 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Kleber Sacilotto de Souza

pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group

BugLink: https://bugs.launchpad.net/bugs/1864773

[ Upstream commit 124cde98 ]

The tpu4_to3_mux[] array contains the TPU4TO3 pin mark, but the
tpu4_to3_pins[] array lacks the corresponding pin number.

Add the missing pin number, for non-GPIO pin F26.

Fixes: 5da4eb04 ("sh-pfc: sh73a0: Add TPU pin groups and functions")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent c3384331
...@@ -2672,6 +2672,7 @@ static const unsigned int tpu4_to2_mux[] = { ...@@ -2672,6 +2672,7 @@ static const unsigned int tpu4_to2_mux[] = {
}; };
static const unsigned int tpu4_to3_pins[] = { static const unsigned int tpu4_to3_pins[] = {
/* TO */ /* TO */
PIN_NUMBER(6, 26),
}; };
static const unsigned int tpu4_to3_mux[] = { static const unsigned int tpu4_to3_mux[] = {
TPU4TO3_MARK, TPU4TO3_MARK,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment