pinctrl: atlas7: adjust vip pin groups for atlas7
authorWei Chen <Wei.Chen@csr.com>
Mon, 30 Nov 2015 06:05:56 +0000 (06:05 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Dec 2015 15:23:03 +0000 (16:23 +0100)
The vip low 8bit mode and vip high 8 bit mode pin groups had missed
3 pins:vip_vsync, vip_hsync and vip_pxclk. Without these 3 pins, the
vip could not work properly.
Now we add these 3 pins into these two pin groups.

Signed-off-by: Wei Chen <Wei.Chen@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sirf/pinctrl-atlas7.c

index f73eff5..fc9c3f7 100644 (file)
@@ -1002,9 +1002,9 @@ static const unsigned int vi_vip1_ext_pins[] = { 74, 75, 76, 77, 78, 79, 80,
                81, 82, 83, 84, 108, 103, 104, 105, 106, 107, 102, 97, 98,
                99, 100, };
 static const unsigned int vi_vip1_low8bit_pins[] = { 74, 75, 76, 77, 78, 79,
-               80, 81, };
-static const unsigned int vi_vip1_high8bit_pins[] = { 82, 83, 84, 108, 103,
-               104, 105, 106, };
+               80, 81, 82, 83, 84, };
+static const unsigned int vi_vip1_high8bit_pins[] = { 82, 83, 84, 103, 104,
+               105, 106, 107, 102, 97, 98, };
 
 /* definition of pin group table */
 struct atlas7_pin_group altas7_pin_groups[] = {
@@ -4294,6 +4294,9 @@ static struct atlas7_pad_mux vi_vip1_low8bit_grp_pad_mux[] = {
        MUX(1, 79, 1, N, N, N, N),
        MUX(1, 80, 1, N, N, N, N),
        MUX(1, 81, 1, N, N, N, N),
+       MUX(1, 82, 1, N, N, N, N),
+       MUX(1, 83, 1, N, N, N, N),
+       MUX(1, 84, 1, N, N, N, N),
 };
 
 static struct atlas7_grp_mux vi_vip1_low8bit_grp_mux = {
@@ -4305,11 +4308,14 @@ static struct atlas7_pad_mux vi_vip1_high8bit_grp_pad_mux[] = {
        MUX(1, 82, 1, N, N, N, N),
        MUX(1, 83, 1, N, N, N, N),
        MUX(1, 84, 1, N, N, N, N),
-       MUX(1, 108, 2, N, N, N, N),
        MUX(1, 103, 2, N, N, N, N),
        MUX(1, 104, 2, N, N, N, N),
        MUX(1, 105, 2, N, N, N, N),
        MUX(1, 106, 2, N, N, N, N),
+       MUX(1, 107, 2, N, N, N, N),
+       MUX(1, 102, 2, N, N, N, N),
+       MUX(1, 97, 2, N, N, N, N),
+       MUX(1, 98, 2, N, N, N, N),
 };
 
 static struct atlas7_grp_mux vi_vip1_high8bit_grp_mux = {