Skip to content

Commit 4ee8df1

Browse files
author
Monish Chunara
committed
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 ca12b27 commit 4ee8df1

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

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+
mmc-ddr-1_8v;
34+
mmc-hs200-1_8v;
35+
mmc-hs400-1_8v;
36+
mmc-hs400-enhanced-strobe;
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+
mmc-ddr-1_8v;
34+
mmc-hs200-1_8v;
35+
mmc-hs400-1_8v;
36+
mmc-hs400-enhanced-strobe;
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+
mmc-ddr-1_8v;
34+
mmc-hs200-1_8v;
35+
mmc-hs400-1_8v;
36+
mmc-hs400-enhanced-strobe;
37+
38+
status = "okay";
39+
};
40+
2441
&uart0 {
2542
status = "okay";
2643
};

0 commit comments

Comments
 (0)