Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3588-linux: adjust MMC alias
Browse files Browse the repository at this point in the history
Adjust MMC alias. We would see that SD card device is /dev/mmcblk0
and eMMC device is /dev/mmcblk1.

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen committed Jan 10, 2023
1 parent 428c17e commit ad338f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588-linux.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/ {
aliases {
mmc0 = &sdhci;
mmc1 = &sdmmc;
mmc0 = &sdmmc;
mmc1 = &sdhci;
mmc2 = &sdio;
};

Expand Down

0 comments on commit ad338f4

Please sign in to comment.