summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-06-08 14:15:34 +0200
committerPeter Maydell2018-06-08 14:15:34 +0200
commit2c51137538d5069f05244b414ae984cee1d4c53e (patch)
treed5c8e54d3fc19a978022cb63e265a040bf72fbc1 /include/hw
parentsdcard: Disable SEND_IF_COND (CMD8) for Spec v1 (diff)
downloadqemu-2c51137538d5069f05244b414ae984cee1d4c53e.tar.gz
qemu-2c51137538d5069f05244b414ae984cee1d4c53e.tar.xz
qemu-2c51137538d5069f05244b414ae984cee1d4c53e.zip
sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20180607180641.874-6-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/sd/sd.h1
1 files changed, 1 insertions, 0 deletions
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 {