Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: qcom: qcs404: Correct SDC tile

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>

authored by

Bjorn Andersson and committed by
Linus Walleij
a5a08c35 d1393711

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-qcs404.c
··· 79 79 .intr_cfg_reg = 0, \ 80 80 .intr_status_reg = 0, \ 81 81 .intr_target_reg = 0, \ 82 - .tile = NORTH, \ 82 + .tile = SOUTH, \ 83 83 .mux_bit = -1, \ 84 84 .pull_bit = pull, \ 85 85 .drv_bit = drv, \