mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/sd/sdhci: Add dummy Samsung SDHCI controller
The Linux kernel access few S3C-specific registers [1] to set some clock. We don't care about this part for device emulation [2]. Add a dummy device to properly ignore these accesses, so we can focus on the important registers missing. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/mmc/host/sdhci-s3c-regs.h?h=cc014f3 [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/mmc/host/sdhci-s3c.c?h=v5.3#n263 Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Message-id: 20191005154748.21718-4-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
efadc8182d
commit
c85fba508b
2 changed files with 67 additions and 0 deletions
|
@ -116,4 +116,6 @@ typedef struct SDHCIState {
|
|||
|
||||
#define TYPE_IMX_USDHC "imx-usdhc"
|
||||
|
||||
#define TYPE_S3C_SDHCI "s3c-sdhci"
|
||||
|
||||
#endif /* SDHCI_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue