Commit fab87669 authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin

ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller

This patch adds the missing SD pinctrl config
for mmc/sd controller 0. This is required to enable the
B2144A daughter board that exposes this controller as a sd
slot.
Signed-off-by: default avatarNebil BEN MEFTEH <nebil.ben-mefteh@st.com>
Acked-by: default avatarGiuseppe Cavallaro <peppe.cavallaro@st.com>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 0e602628
......@@ -1083,6 +1083,21 @@ st,pins {
emmc_d7 = <&pio41 7 ALT1 BIDIR_PU>;
};
};
pinctrl_sd0: sd0-0 {
st,pins {
sd_clk = <&pio40 6 ALT1 BIDIR>;
sd_cmd = <&pio40 7 ALT1 BIDIR_PU>;
sd_dat0 = <&pio41 0 ALT1 BIDIR_PU>;
sd_dat1 = <&pio41 1 ALT1 BIDIR_PU>;
sd_dat2 = <&pio41 2 ALT1 BIDIR_PU>;
sd_dat3 = <&pio41 3 ALT1 BIDIR_PU>;
sd_led = <&pio42 0 ALT2 OUT>;
sd_pwren = <&pio42 2 ALT2 OUT>;
sd_vsel = <&pio42 3 ALT2 OUT>;
sd_cd = <&pio42 4 ALT2 IN>;
sd_wp = <&pio42 5 ALT2 IN>;
};
};
};
fsm {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment