Skip to content

Commit

Permalink
pinctrl: qcom: qcs404: Correct SDC tile
Browse files Browse the repository at this point in the history
The SDC controls live in the south tile, not the north one. Correct this
so that we program the right registers.

Cc: [email protected]
Fixes: 22eb830 ("pinctrl: qcom: Add qcs404 pinctrl driver")
Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Vinod Koul <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
andersson authored and linusw committed Feb 11, 2019
1 parent d139371 commit a5a08c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/qcom/pinctrl-qcs404.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit a5a08c3

Please sign in to comment.