drivers: clock_control: update clock_control_mcux_syscon driver for RT700
Update pixel clock control to support RT700. Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
This commit is contained in:
parent
d628bfc148
commit
90c0af2018
1 changed files with 4 additions and 0 deletions
|
@ -402,7 +402,11 @@ static int mcux_lpc_syscon_clock_control_get_subsys_rate(const struct device *de
|
||||||
*rate = CLOCK_GetMipiDphyEscTxClkFreq();
|
*rate = CLOCK_GetMipiDphyEscTxClkFreq();
|
||||||
break;
|
break;
|
||||||
case MCUX_LCDIF_PIXEL_CLK:
|
case MCUX_LCDIF_PIXEL_CLK:
|
||||||
|
#if defined(CONFIG_SOC_SERIES_IMXRT7XX) && defined(CONFIG_SOC_FAMILY_NXP_IMXRT)
|
||||||
|
*rate = CLOCK_GetLcdifClkFreq();
|
||||||
|
#else
|
||||||
*rate = CLOCK_GetDcPixelClkFreq();
|
*rate = CLOCK_GetDcPixelClkFreq();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_AUDIO_DMIC_MCUX)
|
#if defined(CONFIG_AUDIO_DMIC_MCUX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue