Skip to content

Commit a8c0545

Browse files
erwangolaurenmurphyx64
authored andcommitted
dts: stm32f410: No SDMMC available
Remove SDMMC from f410 soc variant since it's not actually available. Do this in package variant as F410 is included by f412 who has a SDMMC. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
1 parent 681cf6d commit a8c0545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/arm/st/f4/stm32f410Xb.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <mem.h>
88
#include <st/f4/stm32f410.dtsi>
99

10+
/delete-node/ &sdmmc1;
11+
1012
/ {
1113
sram0: memory@20000000 {
1214
reg = <0x20000000 DT_SIZE_K(32)>;

0 commit comments

Comments
 (0)