forked from Minki/linux
045644ffe6
This patch adds support to SD card controller using generic pl180 mmci driver. This patch also adds temporary fixed regulator to get it going till the actual regulator is mainlined. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
29 lines
437 B
Plaintext
29 lines
437 B
Plaintext
#include "qcom-apq8064-v2.0.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm APQ8064/IFC6410";
|
|
compatible = "qcom,apq8064-ifc6410", "qcom,apq8064";
|
|
|
|
soc {
|
|
gsbi@16600000 {
|
|
status = "ok";
|
|
qcom,mode = <GSBI_PROT_I2C_UART>;
|
|
serial@16640000 {
|
|
status = "ok";
|
|
};
|
|
};
|
|
|
|
amba {
|
|
/* eMMC */
|
|
sdcc1: sdcc@12400000 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* External micro SD card */
|
|
sdcc3: sdcc@12180000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|