Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 646ae3ef authored by Valentine Barshak's avatar Valentine Barshak Committed by Linus Walleij
Browse files

pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array



This fixes a typo in the vin3_sync_mux array (s/VI2/VI3/).

Signed-off-by: default avatarValentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 44a45b55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3564,7 +3564,7 @@ static const unsigned int vin3_sync_pins[] = {
};
static const unsigned int vin3_sync_mux[] = {
	VI3_HSYNC_N_MARK,
	VI2_VSYNC_N_MARK,
	VI3_VSYNC_N_MARK,
};
static const unsigned int vin3_field_pins[] = {
	RCAR_GP_PIN(1, 15),