Skip to content

Commit e58170d

Browse files
nxp-xldleach02
authored andcommitted
devices: MIMX9352: fsl_clock: Add missing definitions for USDHC
Add clock array for USDHC. Signed-off-by: Lei Xu <lei.xu@nxp.com> Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 601e1e5 commit e58170d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mcux/mcux-sdk/devices/MIMX9352/drivers/fsl_clock.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,12 @@ typedef enum _clock_lpcg
10821082
kCLOCK_Pdm \
10831083
}
10841084

1085+
/*! @brief Clock ip name array for USDHC. */
1086+
#define USDHC_CLOCKS \
1087+
{ \
1088+
kCLOCK_IpInvalid, kCLOCK_Usdhc1, kCLOCK_Usdhc2, kCLOCK_Usdhc3 \
1089+
}
1090+
10851091
/*! @brief Clock ip name array for ENET QOS. */
10861092
#define ENETQOS_CLOCKS \
10871093
{ \

0 commit comments

Comments
 (0)