Skip to content

Commit c5ee3b5

Browse files
committed
Merge tag 'tags/fpga-dt-250320' into linux-6.6-mchp
FPGA dt updates for 250320 * risv: dts: microchip: add mmc0 and mmc1 aliases on BeagleV Fire (Valentina Fernandez 2025-03-19) Signed-off-by: Conor Dooley <[email protected]>
2 parents b0873cd + 2d7dd9f commit c5ee3b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
serial2 = &mmuart2;
3131
serial3 = &mmuart3;
3232
serial4 = &mmuart4;
33+
mmc0 = &mmc;
34+
mmc1 = &sdmmc;
3335
};
3436

3537
chosen {
@@ -335,7 +337,7 @@
335337
};
336338
};
337339

338-
mmc@1 {
340+
sdmmc: mmc@1 {
339341
compatible = "mmc-spi-slot";
340342
reg = <1>;
341343
gpios = <&gpio2 31 1>;

0 commit comments

Comments
 (0)