diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2013-12-24 00:28:28 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 19:48:35 +0400 |
commit | 646ae3ef7eaa8199aea38d042954a6f911477528 (patch) | |
tree | 9466eb318d22d168d36dcf0f1bc0d49a06aad3f8 /drivers/pinctrl/sh-pfc | |
parent | 44a45b55a72754e5c9ed047179fb269b530f45fc (diff) | |
download | linux-646ae3ef7eaa8199aea38d042954a6f911477528.tar.xz |
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: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c index a8ba2575a453..c381ae63c508 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c @@ -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), |