Skip to content

Commit c17abcf

Browse files
xdarklightlinusw
authored andcommitted
pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
Fix the mismatch between the "sdxc_d13_1_a" pin group definition from meson8b_cbus_groups and the entry in sdxc_a_groups ("sdxc_d0_13_1_a"). This makes it possible to use "sdxc_d13_1_a" in device-tree files to route the MMC data 1..3 pins to GPIOX_1..3. Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b") Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent a5a08c3 commit c17abcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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[] = {

0 commit comments

Comments
 (0)