mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: msm8994: Add mmc aliases
Set the aliases for both SDHCI controllers. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220319174645.340379-16-konrad.dybcio@somainline.org
This commit is contained in:
parent
e0be93fb38
commit
d8023f3a8e
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
aliases {
|
||||
mmc1 = &sdhc1;
|
||||
mmc2 = &sdhc2;
|
||||
};
|
||||
|
||||
chosen { };
|
||||
|
||||
clocks {
|
||||
|
|
Loading…
Add table
Reference in a new issue