This contains the fix to bring back the SD card as MMC0. In the long run
we are looking into a more robust solution, but for now we need to fix
this, as this breaks the user experience left, right, and centre.
Also add the one MAINTAINERS path addition from Samuel.
This commit is contained in:
Tom Rini 2021-05-31 10:18:26 -04:00
commit fa68645b94
2 changed files with 4 additions and 0 deletions

View File

@ -478,6 +478,9 @@ F: arch/arm/cpu/armv7/sunxi/
F: arch/arm/include/asm/arch-sunxi/
F: arch/arm/mach-sunxi/
F: board/sunxi/
F: drivers/clk/sunxi/
F: drivers/phy/allwinner/
F: drivers/video/sunxi/
ARM TEGRA
M: Tom Warren <twarren@nvidia.com>

View File

@ -12,6 +12,7 @@
/ {
aliases {
mmc0 = &mmc0;
mmc1 = &mmc2;
};