mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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>
This commit is contained in:
parent
4ca4a63320
commit
ef8474d50a
|
|
@ -506,6 +506,15 @@ mux {
|
|||
};
|
||||
};
|
||||
|
||||
sdxc_a_pins: sdxc-a {
|
||||
mux {
|
||||
groups = "sdxc_d0_a", "sdxc_d13_a",
|
||||
"sdxc_clk_a", "sdxc_cmd_a";
|
||||
function = "sdxc_a";
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
sdxc_b_pins: sdxc-b {
|
||||
mux {
|
||||
groups = "sdxc_d0_b", "sdxc_d13_b",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user