Commit 60003351 authored by Phong Hoang's avatar Phong Hoang Committed by Geert Uytterhoeven

pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group

Correct a typo mistake in the definition of the tsn1_avtp_pps pin group
mux.
Signed-off-by: default avatarPhong Hoang <phong.hoang.wz@renesas.com>
Fixes: babe298e ("pinctrl: renesas: r8a779f0: Add Ethernet pins, groups, and functions")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/45ea6e87b91c36fd0b9706cf58ff50a4d1a99c44.1674825039.git.geert+renesas@glider.be
parent a145c9a8
......@@ -1213,7 +1213,7 @@ static const unsigned int tsn1_avtp_pps_pins[] = {
RCAR_GP_PIN(3, 13),
};
static const unsigned int tsn1_avtp_pps_mux[] = {
TSN0_AVTP_PPS_MARK,
TSN1_AVTP_PPS_MARK,
};
static const unsigned int tsn1_avtp_capture_a_pins[] = {
/* TSN1_AVTP_CAPTURE_A */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment