mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
arm64: dts: qcom: sm8150-kumano: Enable SDHCI2
Set up and enable SDHCI2 to enable the microSD slot on Kumano devices. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230315-topic-kumano_dts0-v2-4-0ca7fa521b86@linaro.org
This commit is contained in:
parent
7a740ec304
commit
644ab8bb42
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user