soc: rt11xx: Enable USDHC SD host controller on RT1170

Enable SD host controller driver for RT1170, so the EVK can use the new
SD subsystem.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-03-04 12:47:18 -06:00 committed by David Leach
commit a18338bf45
6 changed files with 20 additions and 21 deletions

View file

@ -55,7 +55,7 @@ static int mcux_ccm_get_subsys_rate(const struct device *dev,
break;
#endif
#if DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay) && CONFIG_DISK_DRIVER_SDMMC
#if DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay) && CONFIG_IMX_USDHC
case IMX_CCM_USDHC1_CLK:
clock_root = kCLOCK_Root_Usdhc1 + instance;
break;