soc: nxp: fix spelling of "configuration"

s/condfiguration/configuration/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 18:34:28 +01:00 committed by Benjamin Cabé
commit b9da3e78e6
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ const clock_sys_pll_config_t sysPllConfig = {
#endif #endif
#if CONFIG_USB_DC_NXP_EHCI #if CONFIG_USB_DC_NXP_EHCI
/* USB PHY condfiguration */ /* USB PHY configuration */
#define BOARD_USB_PHY_D_CAL (0x0CU) #define BOARD_USB_PHY_D_CAL (0x0CU)
#define BOARD_USB_PHY_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DP (0x06U)
#define BOARD_USB_PHY_TXCAL45DM (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U)

View file

@ -72,7 +72,7 @@ const clock_frg_clk_config_t g_frg12Config_clock_init = {
.num = 12, .sfg_clock_src = kCLOCK_FrgMainClk, .divider = 255U, .mult = 167}; .num = 12, .sfg_clock_src = kCLOCK_FrgMainClk, .divider = 255U, .mult = 167};
#if CONFIG_USB_DC_NXP_LPCIP3511 #if CONFIG_USB_DC_NXP_LPCIP3511
/* USB PHY condfiguration */ /* USB PHY configuration */
#define BOARD_USB_PHY_D_CAL (0x0CU) #define BOARD_USB_PHY_D_CAL (0x0CU)
#define BOARD_USB_PHY_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DP (0x06U)
#define BOARD_USB_PHY_TXCAL45DM (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U)

View file

@ -67,7 +67,7 @@ const clock_audio_pll_config_t g_audioPllConfig = {.audio_pll_src = kCLOCK_Audio
#endif #endif
#if CONFIG_USB_DC_NXP_LPCIP3511 || CONFIG_UDC_NXP_IP3511 #if CONFIG_USB_DC_NXP_LPCIP3511 || CONFIG_UDC_NXP_IP3511
/* USB PHY condfiguration */ /* USB PHY configuration */
#define BOARD_USB_PHY_D_CAL (0x0CU) #define BOARD_USB_PHY_D_CAL (0x0CU)
#define BOARD_USB_PHY_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DP (0x06U)
#define BOARD_USB_PHY_TXCAL45DM (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U)