]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm: ast2600: Fix address mapping of second SPI controller
authorCédric Le Goater <clg@kaod.org>
Wed, 26 Jan 2022 08:35:20 +0000 (09:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jan 2022 14:29:47 +0000 (14:29 +0000)
commit08048cbd5e7dc0a0359ccb8c7968e4d011174801
tree34f61cef1dc548f7e337a80b394a53a9fb44cc6d
parent961b4912c1330aaf11a354c9d8f5c63e1ba0ae3b
hw/arm: ast2600: Fix address mapping of second SPI controller

Address should be 0x1E631000 and not 0x1E641000 as initially introduced.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/838
Fixes: f25c0ae1079d ("aspeed/soc: Add AST2600 support")
Suggested-by: Troy Lee <troy_lee@aspeedtech.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220126083520.4135713-1-clg@kaod.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/aspeed_ast2600.c