diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2023-05-29 15:47:03 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-30 00:37:24 +0300 |
commit | 154f23a8d70cd39158cfdcfb71c112f687352da4 (patch) | |
tree | 36d874711522f53b232eb06aca8894b3fe6b818e /arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts | |
parent | 274cf2bdd6c94da2bf293f5a6c9a5f712dd4b01e (diff) | |
download | linux-154f23a8d70cd39158cfdcfb71c112f687352da4.tar.xz |
arm64: dts: qcom: msm8916: Move aliases to boards
MSM8939 has the aliases defined separately for each board (because
there could be (theoretically) a board where the slots are numbered
differently. To make MSM8916 and MSM8939 more consistent do the same
for all MSM8916 boards and move aliases there.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230525-msm8916-labels-v1-6-bec0f5fb46fb@gerhold.net
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts b/arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts index c864ce12c1f1..5025c08e4817 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts @@ -22,6 +22,8 @@ chassis-type = "tablet"; aliases { + mmc0 = &sdhc_1; /* eMMC */ + mmc1 = &sdhc_2; /* SD card */ serial0 = &blsp_uart2; }; |