pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group
[ Upstream commit124cde98f8
] 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:5da4eb049d
("sh-pfc: sh73a0: Add TPU pin groups and functions") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c6e7548315
commit
7dcf563d22
@ -3086,6 +3086,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,
|
||||||
|
Reference in New Issue
Block a user