From b9da3e78e62155af7f3bffecb1fa43dc0dd40c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Mon, 17 Feb 2025 18:34:28 +0100 Subject: [PATCH] soc: nxp: fix spelling of "configuration" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/condfiguration/configuration/ Signed-off-by: Benjamin Cabé --- soc/nxp/imxrt/imxrt10xx/soc.c | 2 +- soc/nxp/imxrt/imxrt5xx/cm33/soc.c | 2 +- soc/nxp/imxrt/imxrt6xx/cm33/soc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/soc/nxp/imxrt/imxrt10xx/soc.c b/soc/nxp/imxrt/imxrt10xx/soc.c index e6b6160600d..554b4d57ed0 100644 --- a/soc/nxp/imxrt/imxrt10xx/soc.c +++ b/soc/nxp/imxrt/imxrt10xx/soc.c @@ -51,7 +51,7 @@ const clock_sys_pll_config_t sysPllConfig = { #endif #if CONFIG_USB_DC_NXP_EHCI -/* USB PHY condfiguration */ +/* USB PHY configuration */ #define BOARD_USB_PHY_D_CAL (0x0CU) #define BOARD_USB_PHY_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U) diff --git a/soc/nxp/imxrt/imxrt5xx/cm33/soc.c b/soc/nxp/imxrt/imxrt5xx/cm33/soc.c index dd95cee362d..2560e6df08a 100644 --- a/soc/nxp/imxrt/imxrt5xx/cm33/soc.c +++ b/soc/nxp/imxrt/imxrt5xx/cm33/soc.c @@ -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}; #if CONFIG_USB_DC_NXP_LPCIP3511 -/* USB PHY condfiguration */ +/* USB PHY configuration */ #define BOARD_USB_PHY_D_CAL (0x0CU) #define BOARD_USB_PHY_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U) diff --git a/soc/nxp/imxrt/imxrt6xx/cm33/soc.c b/soc/nxp/imxrt/imxrt6xx/cm33/soc.c index e390528e6ab..0c83b17ebcc 100644 --- a/soc/nxp/imxrt/imxrt6xx/cm33/soc.c +++ b/soc/nxp/imxrt/imxrt6xx/cm33/soc.c @@ -67,7 +67,7 @@ const clock_audio_pll_config_t g_audioPllConfig = {.audio_pll_src = kCLOCK_Audio #endif #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_TXCAL45DP (0x06U) #define BOARD_USB_PHY_TXCAL45DM (0x06U)