Commit 124cde98 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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



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>
parent 0d6256cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3073,6 +3073,7 @@ static const unsigned int tpu4_to2_mux[] = {
};
static const unsigned int tpu4_to3_pins[] = {
	/* TO */
	PIN_NUMBER(6, 26),
};
static const unsigned int tpu4_to3_mux[] = {
	TPU4TO3_MARK,