Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
hw/sd/sdhci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index f8423f969e..8692798021 100644
--- a/hw/sd/sdhci.c
+++ b/hw/sd/sdhci.c
@@ -1299,7 +1299,7 @@ const VMStateDescription sdhci_vmstate = {
/* Capabilities registers provide information on supported features of this
* specific host controller implementation */
static Property sdhci_properties[] = {
- DEFINE_PROP_UINT8("sd-spec-version", SDHCIState, spec_version, 1),
+ DEFINE_PROP_UINT8("sd-spec-version", SDHCIState, spec_version, 2),
/* Timeout clock frequency 1-63, 0 - not defined */
DEFINE_PROP_UINT8("timeout-freq", SDHCIState, cap.timeout_clk_freq, 0),
--
2.15.1