mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
ARM: dts: qcom: msm8974-klte: Add sdhci1 node
This introduces the eMMC sdhci node and its pinctrl state Signed-off-by: Daniele Debernardi <drebrez@gmail.com> Link: https://lore.kernel.org/r/20200411182122.2677248-5-iskren.chernev@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
8513de0392
commit
8bf7a360a9
|
|
@ -152,6 +152,9 @@ pma8084_l19: l19 {
|
||||||
pma8084_l20: l20 {
|
pma8084_l20: l20 {
|
||||||
regulator-min-microvolt = <2950000>;
|
regulator-min-microvolt = <2950000>;
|
||||||
regulator-max-microvolt = <2950000>;
|
regulator-max-microvolt = <2950000>;
|
||||||
|
|
||||||
|
regulator-allow-set-load;
|
||||||
|
regulator-system-load = <200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pma8084_l21: l21 {
|
pma8084_l21: l21 {
|
||||||
|
|
@ -240,6 +243,35 @@ volume-up {
|
||||||
debounce-interval = <15>;
|
debounce-interval = <15>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl@fd510000 {
|
||||||
|
sdhc1_pin_a: sdhc1-pin-active {
|
||||||
|
clk {
|
||||||
|
pins = "sdc1_clk";
|
||||||
|
drive-strength = <4>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
|
||||||
|
cmd-data {
|
||||||
|
pins = "sdc1_cmd", "sdc1_data";
|
||||||
|
drive-strength = <4>;
|
||||||
|
bias-pull-up;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sdhci@f9824900 {
|
||||||
|
status = "ok";
|
||||||
|
|
||||||
|
vmmc-supply = <&pma8084_l20>;
|
||||||
|
vqmmc-supply = <&pma8084_s4>;
|
||||||
|
|
||||||
|
bus-width = <8>;
|
||||||
|
non-removable;
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&sdhc1_pin_a>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&spmi_bus {
|
&spmi_bus {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user