Commit a511e97c authored by Bhushan Shah's avatar Bhushan Shah Committed by Andy Gross

ARM: dts: qcom: msm8974-hammerhead: Add sdhci1 node

This introduces the eMMC sdhci node and its pinctrl state
Signed-off-by: default avatarBhushan Shah <bshah@kde.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 5afb20bd
...@@ -224,6 +224,35 @@ serial@f991d000 { ...@@ -224,6 +224,35 @@ serial@f991d000 {
status = "ok"; status = "ok";
}; };
pinctrl@fd510000 {
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;
};
};
};
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>;
};
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
input-name = "gpio-keys"; input-name = "gpio-keys";
......
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