mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: qcs8300-ride: Enable SDHC1 node
Enable sdhc1 support for qcs8300 ride platform. Signed-off-by: Sayali Lokhande <quic_sayalil@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250716085125.27169-3-quic_sayalil@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
43b8556e82
commit
d81448d49c
|
|
@ -17,6 +17,7 @@ / {
|
|||
|
||||
aliases {
|
||||
serial0 = &uart7;
|
||||
mmc0 = &sdhc_1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
@ -332,6 +333,26 @@ &serdes0 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhc_1 {
|
||||
pinctrl-0 = <&sdc1_state_on>;
|
||||
pinctrl-1 = <&sdc1_state_off>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
|
||||
bus-width = <8>;
|
||||
mmc-ddr-1_8v;
|
||||
mmc-hs200-1_8v;
|
||||
mmc-hs400-1_8v;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
vmmc-supply = <&vreg_l8a>;
|
||||
vqmmc-supply = <&vreg_s4a>;
|
||||
|
||||
non-removable;
|
||||
no-sd;
|
||||
no-sdio;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
ethernet0_default: ethernet0-default-state {
|
||||
ethernet0_mdc: ethernet0-mdc-pins {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user