samples: subsys: fs: stm:32 fix misuse of zephyr,sdmmc-disk compatible

"zephyr,sdmmc-disk" compatible stands for binding with sdmmc subsys which
is not compatible and not used with current STM32 sdmmc driver.
Declaring this compatible is a no op on STM32, so remove it.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2024-04-16 01:32:38 +02:00 committed by Alberto Escolar
commit 9d2cbf6217
4 changed files with 0 additions and 28 deletions

View file

@ -88,11 +88,6 @@
pinctrl-names = "default";
cd-gpios = <&gpiod 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
status = "okay";
sdmmc {
compatible = "zephyr,sdmmc-disk";
status = "okay";
};
};
zephyr_udc0: &usbotg_fs {