Commit 644ab8bb authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8150-kumano: Enable SDHCI2

Set up and enable SDHCI2 to enable the microSD slot on Kumano
devices.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230315-topic-kumano_dts0-v2-4-0ca7fa521b86@linaro.org
parent 7a740ec3
......@@ -618,6 +618,17 @@ &qupv3_id_1 {
status = "okay";
};
&sdhc_2 {
vmmc-supply = <&vreg_l9c_2p9>;
vqmmc-supply = <&vreg_l6c_2p9>;
cd-gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
bus-width = <4>;
no-sdio;
no-mmc;
status = "okay";
};
&tlmm {
gpio-reserved-ranges = <126 4>;
gpio-line-names = "NFC_ESE_SPI_MISO", /* GPIO_0 */
......
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