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:
parent
eb99158a80
commit
42f1740361
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue