mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
pinctrl: sh-pfc: r8a7796: Fix MSIOF3 SS2_E mux
Fix a copy-and-paste bug in the MSIOF3 SS2_E mux array.
Fixes: 4753231cc9 ("pinctrl: sh-pfc: r8a7796: Add MSIOF pins, groups and functions")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
1554b989e5
commit
b6db6bfe71
|
|
@ -3082,7 +3082,7 @@ static const unsigned int msiof3_ss2_e_pins[] = {
|
|||
RCAR_GP_PIN(2, 0),
|
||||
};
|
||||
static const unsigned int msiof3_ss2_e_mux[] = {
|
||||
MSIOF3_SS1_E_MARK,
|
||||
MSIOF3_SS2_E_MARK,
|
||||
};
|
||||
static const unsigned int msiof3_txd_e_pins[] = {
|
||||
/* TXD */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user