Skip to content

Commit

Permalink
ARM: tegra: transformer: use labels for mmc in aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Svyatoslav Ryhel <[email protected]>
  • Loading branch information
clamor-s authored and digetx committed Jan 22, 2022
1 parent b91f2d8 commit 573f76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
chassis-type = "convertible";

aliases {
mmc0 = "/mmc@78000600"; /* eMMC */
mmc1 = "/mmc@78000000"; /* uSD slot */
mmc2 = "/mmc@78000400"; /* WiFi */
mmc0 = &sdmmc4; /* eMMC */
mmc1 = &sdmmc1; /* uSD slot */
mmc2 = &sdmmc3; /* WiFi */

rtc0 = &pmic;
rtc1 = "/rtc@7000e000";
Expand Down

0 comments on commit 573f76e

Please sign in to comment.