Skip to content

Commit 966f308

Browse files
h2phongsmb49
authored andcommitted
pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group
BugLink: https://bugs.launchpad.net/bugs/2025067 [ Upstream commit 6000335 ] Correct a typo mistake in the definition of the tsn1_avtp_pps pin group mux. Signed-off-by: Phong Hoang <phong.hoang.wz@renesas.com> Fixes: babe298 ("pinctrl: renesas: r8a779f0: Add Ethernet pins, groups, and functions") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/45ea6e87b91c36fd0b9706cf58ff50a4d1a99c44.1674825039.git.geert+renesas@glider.be Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 3f63834 commit 966f308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/renesas/pfc-r8a779f0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ static const unsigned int tsn1_avtp_pps_pins[] = {
12131213
RCAR_GP_PIN(3, 13),
12141214
};
12151215
static const unsigned int tsn1_avtp_pps_mux[] = {
1216-
TSN0_AVTP_PPS_MARK,
1216+
TSN1_AVTP_PPS_MARK,
12171217
};
12181218
static const unsigned int tsn1_avtp_capture_a_pins[] = {
12191219
/* TSN1_AVTP_CAPTURE_A */

0 commit comments

Comments
 (0)