提交 646ae3ef 编写于 作者: V Valentine Barshak 提交者: Linus Walleij

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: NValentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: NLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 44a45b55
......@@ -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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册