mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ARM: zynq: Add sdhci to alias node
Ensure that controller will all the time use the same ID. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/9fa60b57e038d51ae6677fac6628ecd663ddd2cd.1733920873.git.michal.simek@amd.com
This commit is contained in:
parent
dd6c921af2
commit
2d20bcbe6c
|
|
@ -14,6 +14,7 @@ aliases {
|
|||
ethernet0 = &gem0;
|
||||
serial0 = &uart1;
|
||||
spi0 = &qspi;
|
||||
mmc0 = &sdhci0;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ aliases {
|
|||
ethernet0 = &gem0;
|
||||
serial0 = &uart1;
|
||||
spi0 = &qspi;
|
||||
mmc0 = &sdhci0;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user