drivers: pinctrl: update pinctrl/pinctrl_imx.c
Add code enable rt1180 iomuxc clock Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
ad0a066f4f
commit
e073c92da3
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022 NXP
|
||||
* Copyright 2022, 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
|
@ -92,7 +92,10 @@ static int imx_pinctrl_init(void)
|
|||
#elif defined(CONFIG_SOC_MIMX8MQ6)
|
||||
CLOCK_EnableClock(kCLOCK_Iomux);
|
||||
#endif /* CONFIG_SOC_SERIES_IMXRT10XX || CONFIG_SOC_SERIES_IMXRT11XX */
|
||||
|
||||
#if defined(CONFIG_SOC_SERIES_IMXRT118X)
|
||||
CLOCK_EnableClock(kCLOCK_Iomuxc1);
|
||||
CLOCK_EnableClock(kCLOCK_Iomuxc2);
|
||||
#endif /* CONFIG_SOC_SERIES_IMXRT118X */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue