pinctrl: qcom: qcs404: Correct SDC tile
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 31 Jan 2019 17:29:53 +0000 (09:29 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Feb 2019 08:15:04 +0000 (09:15 +0100)
The SDC controls live in the south tile, not the north one. Correct this
so that we program the right registers.

Cc: stable@vger.kernel.org
Fixes: 22eb8301dbc1 ("pinctrl: qcom: Add qcs404 pinctrl driver")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-qcs404.c

index 7aae52a..4ffd56f 100644 (file)
@@ -79,7 +79,7 @@ enum {
                .intr_cfg_reg = 0,                      \
                .intr_status_reg = 0,                   \
                .intr_target_reg = 0,                   \
-               .tile = NORTH,                          \
+               .tile = SOUTH,                          \
                .mux_bit = -1,                          \
                .pull_bit = pull,                       \
                .drv_bit = drv,                         \