diff --git a/drivers/sdhc/mcux_sdif.c b/drivers/sdhc/mcux_sdif.c index 1790b59950e6d..153c27e3658ec 100644 --- a/drivers/sdhc/mcux_sdif.c +++ b/drivers/sdhc/mcux_sdif.c @@ -118,6 +118,7 @@ static int mcux_sdif_get_host_props(const struct device *dev, props->host_caps.high_spd_support = true; props->host_caps.suspend_res_support = true; props->host_caps.vol_330_support = true; + props->host_caps.bus_4_bit_support = true; props->host_caps.bus_8_bit_support = true; props->max_current_330 = 1024; return 0;