]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Mon, 23 Dec 2013 20:28:28 +0000 (00:28 +0400)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jan 2014 15:48:35 +0000 (16:48 +0100)
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>
drivers/pinctrl/sh-pfc/pfc-r8a7790.c

index a8ba2575a4537e5ddca378fea2744596b4923e6e..c381ae63c5083a51b190d5a9161ffbe3099a9173 100644 (file)
@@ -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),