mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
mmc: msm_sdhci: print core version
This is useful for debugging. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
@@ -173,6 +173,8 @@ static int msm_sdc_probe(struct udevice *dev)
|
||||
|
||||
core_minor = core_version & SDCC_VERSION_MINOR_MASK;
|
||||
|
||||
log_debug("SDCC version %d.%d\n", core_major, core_minor);
|
||||
|
||||
/*
|
||||
* Support for some capabilities is not advertised by newer
|
||||
* controller versions and must be explicitly enabled.
|
||||
|
||||
Reference in New Issue
Block a user