mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 17:14:14 +08:00
ARM: STi: DT: Add sdhci pin configuration for stih415
This patch adds the required pin config for the sdhci controller present in the stih415 SoC. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
42d6f28d64
commit
14304e0056
@ -429,6 +429,27 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mmc0 {
|
||||
pinctrl_mmc0: mmc0 {
|
||||
st,pins {
|
||||
mmcclk = <&pio13 4 ALT4 BIDIR_PU NICLK 0 CLK_B>;
|
||||
data0 = <&pio14 4 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data1 = <&pio14 5 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data2 = <&pio14 6 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data3 = <&pio14 7 ALT4 BIDIR_PU BYPASS 0>;
|
||||
cmd = <&pio15 1 ALT4 BIDIR_PU BYPASS 0>;
|
||||
wp = <&pio15 3 ALT4 IN>;
|
||||
data4 = <&pio16 4 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data5 = <&pio16 5 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data6 = <&pio16 6 ALT4 BIDIR_PU BYPASS 0>;
|
||||
data7 = <&pio16 7 ALT4 BIDIR_PU BYPASS 0>;
|
||||
pwr = <&pio17 1 ALT4 OUT>;
|
||||
cd = <&pio17 2 ALT4 IN>;
|
||||
led = <&pio17 3 ALT4 OUT>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pin-controller-left {
|
||||
|
Loading…
Reference in New Issue
Block a user