From 2c51137538d5069f05244b414ae984cee1d4c53e Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Fri, 8 Jun 2018 13:15:34 +0100 Subject: sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR) Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Message-id: 20180607180641.874-6-f4bug@amsat.org Signed-off-by: Peter Maydell --- include/hw/sd/sd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw/sd') diff --git a/include/hw/sd/sd.h b/include/hw/sd/sd.h index 7c6ad3c8f1..b865aafc33 100644 --- a/include/hw/sd/sd.h +++ b/include/hw/sd/sd.h @@ -57,6 +57,7 @@ enum SDPhySpecificationVersion { SD_PHY_SPECv1_10_VERS = 1, SD_PHY_SPECv2_00_VERS = 2, + SD_PHY_SPECv3_01_VERS = 3, }; typedef enum { -- cgit v1.2.3-55-g7522