Skip to content

Commit 79bfd95

Browse files
danieldegrassejhedberg
authored andcommitted
drivers: sdhc: mcux_sdif: report 4 bit bus support
SDIF peripheral supports 4 bit bus width, report this correctly Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 1264a92 commit 79bfd95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/sdhc/mcux_sdif.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static int mcux_sdif_get_host_props(const struct device *dev,
118118
props->host_caps.high_spd_support = true;
119119
props->host_caps.suspend_res_support = true;
120120
props->host_caps.vol_330_support = true;
121+
props->host_caps.bus_4_bit_support = true;
121122
props->host_caps.bus_8_bit_support = true;
122123
props->max_current_330 = 1024;
123124
return 0;

0 commit comments

Comments
 (0)