Skip to content

Commit a5a08c3

Browse files
anderssonlinusw
authored andcommitted
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: 22eb830 ("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>
1 parent d139371 commit a5a08c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/qcom/pinctrl-qcs404.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ enum {
7979
.intr_cfg_reg = 0, \
8080
.intr_status_reg = 0, \
8181
.intr_target_reg = 0, \
82-
.tile = NORTH, \
82+
.tile = SOUTH, \
8383
.mux_bit = -1, \
8484
.pull_bit = pull, \
8585
.drv_bit = drv, \

0 commit comments

Comments
 (0)