Skip to content

Commit ef8474d

Browse files
xdarklightsuperna9999
authored andcommitted
ARM: dts: meson8: add the SDXC_A pins
Add the pins for the SDHC MMC controller which connect to the SDIO wifi on some boards. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230321171213.2808460-3-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 4ca4a63 commit ef8474d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/meson8.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,15 @@
506506
};
507507
};
508508

509+
sdxc_a_pins: sdxc-a {
510+
mux {
511+
groups = "sdxc_d0_a", "sdxc_d13_a",
512+
"sdxc_clk_a", "sdxc_cmd_a";
513+
function = "sdxc_a";
514+
bias-pull-up;
515+
};
516+
};
517+
509518
sdxc_b_pins: sdxc-b {
510519
mux {
511520
groups = "sdxc_d0_b", "sdxc_d13_b",

0 commit comments

Comments
 (0)