Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3326: swap mmc0 and mmc1 aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
scpcom committed Apr 2, 2023
1 parent 6c60513 commit ce45e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3326-linux.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
compatible = "rockchip,linux", "rockchip,rk3326";

aliases {
mmc0 = &emmc;
mmc1 = &sdmmc;
mmc0 = &sdmmc;
mmc1 = &emmc;
mmc2 = &sdio;
};

Expand Down

0 comments on commit ce45e68

Please sign in to comment.