Skip to content

Commit 69a95bc

Browse files
mmahadevan108cfriedt
authored andcommitted
soc: mxrt: Replace duplicate use of usdhc1
Replace duplicate use of usdhc1 with usdhc2 Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent cc170c8 commit 69a95bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/arm/nxp_imx/rt/soc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222

2323
#if CONFIG_DISK_DRIVER_SDMMC && \
2424
(DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay) || \
25-
DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay))
25+
DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc2), okay))
2626

2727
typedef void (*usdhc_pin_cfg_cb)(uint16_t nusdhc, bool init,
2828
uint32_t speed, uint32_t strength);

0 commit comments

Comments
 (0)