Commit ab8e4a85 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8994-kitakami: Add uSD card support

Assign regulators and enable regulator-set-load on
VMMC so as to provide sufficient power.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210118162432.107275-7-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e8528157
...@@ -355,6 +355,8 @@ pm8994_l21: l21 { ...@@ -355,6 +355,8 @@ pm8994_l21: l21 {
regulator-min-microvolt = <2950000>; regulator-min-microvolt = <2950000>;
regulator-max-microvolt = <2950000>; regulator-max-microvolt = <2950000>;
regulator-always-on; regulator-always-on;
regulator-allow-set-load;
regulator-system-load = <800000>;
}; };
pm8994_l22: l22 { pm8994_l22: l22 {
...@@ -461,6 +463,14 @@ &sdhc1 { ...@@ -461,6 +463,14 @@ &sdhc1 {
*/ */
}; };
&sdhc2 {
status = "okay";
cd-gpios = <&tlmm 100 0>;
vmmc-supply = <&pm8994_l21>;
vqmmc-supply = <&pm8994_l13>;
};
&tlmm { &tlmm {
ts_int_active: ts-int-active { ts_int_active: ts-int-active {
pins = "gpio42"; pins = "gpio42";
......
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