Skip to content

Commit 2455e7e

Browse files
Monish ChunaraKomal-Bajaj
authored andcommitted
arm64: dts: qcom: Enable eMMC for shikra EVK
Enable eMMC for shikra CQS, CQM and IQS EVK variants. Signed-off-by: Monish Chunara <quic_mchunara@quicinc.com>
1 parent c626dbe commit 2455e7e

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
chassis-type = "embedded";
1414

1515
aliases {
16+
mmc0 = &sdhc_1;
1617
serial0 = &uart0;
1718
};
1819

@@ -21,6 +22,22 @@
2122
};
2223
};
2324

25+
&sdhc_1 {
26+
vmmc-supply = <&pm4125_l20>;
27+
vqmmc-supply = <&pm4125_l14>;
28+
29+
pinctrl-0 = <&sdc1_state_on>;
30+
pinctrl-1 = <&sdc1_state_off>;
31+
pinctrl-names = "default", "sleep";
32+
33+
non-removable;
34+
supports-cqe;
35+
no-sdio;
36+
no-sd;
37+
38+
status = "okay";
39+
};
40+
2441
&uart0 {
2542
status = "okay";
2643
};

arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
chassis-type = "embedded";
1414

1515
aliases {
16+
mmc0 = &sdhc_1;
1617
serial0 = &uart0;
1718
};
1819

@@ -21,6 +22,22 @@
2122
};
2223
};
2324

25+
&sdhc_1 {
26+
vmmc-supply = <&pm4125_l20>;
27+
vqmmc-supply = <&pm4125_l14>;
28+
29+
pinctrl-0 = <&sdc1_state_on>;
30+
pinctrl-1 = <&sdc1_state_off>;
31+
pinctrl-names = "default", "sleep";
32+
33+
non-removable;
34+
supports-cqe;
35+
no-sdio;
36+
no-sd;
37+
38+
status = "okay";
39+
};
40+
2441
&uart0 {
2542
status = "okay";
2643
};

arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
chassis-type = "embedded";
1414

1515
aliases {
16+
mmc0 = &sdhc_1;
1617
serial0 = &uart0;
1718
};
1819

@@ -21,6 +22,22 @@
2122
};
2223
};
2324

25+
&sdhc_1 {
26+
vmmc-supply = <&pm8150_l17>;
27+
vqmmc-supply = <&pm8150_s4>;
28+
29+
pinctrl-0 = <&sdc1_state_on>;
30+
pinctrl-1 = <&sdc1_state_off>;
31+
pinctrl-names = "default", "sleep";
32+
33+
non-removable;
34+
supports-cqe;
35+
no-sdio;
36+
no-sd;
37+
38+
status = "okay";
39+
};
40+
2441
&uart0 {
2542
status = "okay";
2643
};

0 commit comments

Comments
 (0)