pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Dec 2018 10:05:57 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:50:05 +0000 (14:50 +0100)
commit795a2ec6dad841396ab9e0e42f042cb4925b7b76
treee628fdce7b7657fd7afafae4826500e096486bd8
parente34570a6ef3d43ad3a6b50eab224af2378616234
pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group

[ Upstream commit 884fa25fb6e5e63ab970d612a628313bb68f37cc ]

The qspi_data4_b_mux[] array contains pin marks for the clock and chip
select pins.  The qspi_data4_b_pins[] array rightfully does not contain
the corresponding pin numbers, as the control pins are provided by a
separate group (qspi_ctrl_b).

Fixes: 2d0c386f135e4186 ("pinctrl: sh-pfc: r8a7791: Add QSPI pin groups")
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>
drivers/pinctrl/sh-pfc/pfc-r8a7791.c