aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2015-10-20 21:57:47 -0700
committerAndy Gross <agross@codeaurora.org>2015-12-08 23:33:11 -0600
commitf44cfceed9b444a959cfca09d8ea9736ad3627a1 (patch)
tree44aa99ea457b0f8f853f2f3802045702771f5911 /arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
parentARM: dts: qcom: msm8974-honami: Introduce gpio-keys (diff)
downloadlinux-dev-f44cfceed9b444a959cfca09d8ea9736ad3627a1.tar.xz
linux-dev-f44cfceed9b444a959cfca09d8ea9736ad3627a1.zip
ARM: dts: qcom: msm8974-honami: Add sdhci1 node
Introduce the eMMC sdhci node and its pinctrl state. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts')
-rw-r--r--arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
index d30f407b04d3..5f68eb270774 100644
--- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
+++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
@@ -277,6 +277,19 @@
};
&soc {
+ sdhci@f9824900 {
+ status = "ok";
+
+ vmmc-supply = <&pm8941_l20>;
+ vqmmc-supply = <&pm8941_s3>;
+
+ bus-width = <8>;
+ non-removable;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhc1_pin_a>;
+ };
+
serial@f991e000 {
status = "ok";
@@ -302,6 +315,20 @@
bias-disable;
};
};
+
+ sdhc1_pin_a: sdhc1-pin-active {
+ clk {
+ pins = "sdc1_clk";
+ drive-strength = <16>;
+ bias-disable;
+ };
+
+ cmd-data {
+ pins = "sdc1_cmd", "sdc1_data";
+ drive-strength = <10>;
+ bias-pull-up;
+ };
+ };
};
};