boards: st: stm32h747i_disco: add SD disk name

Add a disk name to the SDMMC node, as done for all other SD card
compatibles in tree.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-04-16 15:53:02 +10:00 committed by Benjamin Cabé
commit 42f1740361

View file

@ -239,6 +239,7 @@ zephyr_udc0: &usbotg_hs {
&sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>;
pinctrl-names = "default";
cd-gpios = <&gpioi 8 GPIO_ACTIVE_LOW>;
disk-name = "SD";
};
&quadspi {