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:
parent
aef290bb4d
commit
a18338bf45
6 changed files with 20 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue