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:
parent
db801c5e9b
commit
9d2cbf6217
|
@ -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 {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 S&C Electric Company <www.sandc.com>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&sdmmc1 {
|
||||
sdmmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
};
|
||||
};
|
|
@ -4,12 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&sdmmc1 {
|
||||
sdmmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
fstab {
|
||||
compatible = "zephyr,fstab";
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&sdmmc1 {
|
||||
sdmmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
fstab {
|
||||
compatible = "zephyr,fstab";
|
||||
|
|
Loading…
Reference in a new issue