Skip to content

Commit 2d20bcb

Browse files
committed
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
1 parent dd6c921 commit 2d20bcb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/xilinx/zynq-microzed.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ethernet0 = &gem0;
1515
serial0 = &uart1;
1616
spi0 = &qspi;
17+
mmc0 = &sdhci0;
1718
};
1819

1920
memory@0 {

arch/arm/boot/dts/xilinx/zynq-zybo-z7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
ethernet0 = &gem0;
1212
serial0 = &uart1;
1313
spi0 = &qspi;
14+
mmc0 = &sdhci0;
1415
};
1516

1617
memory@0 {

0 commit comments

Comments
 (0)