Skip to content

Commit

Permalink
ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller
Browse files Browse the repository at this point in the history
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: Nebil BEN MEFTEH <nebil.ben-mefteh@st.com>
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
  • Loading branch information
Peter Griffin authored and Maxime Coquelin committed Sep 30, 2015
1 parent 0e60262 commit fab8766
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/stih407-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,21 @@
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 {
Expand Down

0 comments on commit fab8766

Please sign in to comment.