diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-06-08 13:15:34 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2018-06-08 13:15:34 +0100 |
| commit | 2c51137538d5069f05244b414ae984cee1d4c53e (patch) | |
| tree | d5c8e54d3fc19a978022cb63e265a040bf72fbc1 /include/hw/sd/sd.h | |
| parent | d1b322182bfebd8fe9442c52f50e7ac3acf07edd (diff) | |
| download | focaccia-qemu-2c51137538d5069f05244b414ae984cee1d4c53e.tar.gz focaccia-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/sd/sd.h')
| -rw-r--r-- | include/hw/sd/sd.h | 1 |
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 { |