pinctrl: berlin: fix spi1 SS0n function name
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Tue, 2 Jun 2015 09:37:47 +0000 (11:37 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Jun 2015 07:15:27 +0000 (09:15 +0200)
Rename function ss0 to spi1 to be consistent with the other Berlin
function names.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/berlin/berlin-bg2cd.c

index 19ac5a22c9471abb671f3bef2ad9d5a9b114b674..3fc05fb6ccf082234de5a1fd2dea85bf02d0832c 100644 (file)
@@ -68,7 +68,7 @@ static const struct berlin_desc_group berlin2cd_soc_pinctrl_groups[] = {
                BERLIN_PINCTRL_FUNCTION(0x1, "twsi1"),
                BERLIN_PINCTRL_FUNCTION(0x2, "gpio")),
        BERLIN_PINCTRL_GROUP("G8", 0x00, 0x3, 0x10,
-               BERLIN_PINCTRL_FUNCTION(0x0, "ss0"),
+               BERLIN_PINCTRL_FUNCTION(0x0, "spi1"),
                BERLIN_PINCTRL_FUNCTION(0x1, "gpio")),
        BERLIN_PINCTRL_GROUP("G9", 0x00, 0x3, 0x13,
                BERLIN_PINCTRL_FUNCTION(0x0, "gpio"),
This page took 0.030815 seconds and 5 git commands to generate.