Skip to content

Commit fb83f15

Browse files
committed
Merge tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fixes from Linus Walleij: "Some final pin control fixes (I hope) to round off the v5.0 pin control development cycle. Only driver fixes, one for stable: - Meson8B fixup for the sdc pins - Fix SDC tile position for Qualcomm QCS404" * tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins pinctrl: qcom: qcs404: Correct SDC tile
2 parents c828c26 + c17abcf commit fb83f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/pinctrl/meson/pinctrl-meson8b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ static const char * const sd_a_groups[] = {
693693

694694
static const char * const sdxc_a_groups[] = {
695695
"sdxc_d0_0_a", "sdxc_d13_0_a", "sdxc_d47_a", "sdxc_clk_a",
696-
"sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d0_13_1_a"
696+
"sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d13_1_a"
697697
};
698698

699699
static const char * const pcm_a_groups[] = {

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)