]> git.ipfire.org Git - thirdparty/qemu.git/commit
aspeed/soc: set dma64 property for AST2700 ftgmac100
authorJamin Lin <jamin_lin@aspeedtech.com>
Thu, 4 Jul 2024 08:29:19 +0000 (16:29 +0800)
committerCédric Le Goater <clg@redhat.com>
Tue, 9 Jul 2024 06:05:44 +0000 (08:05 +0200)
commitf2146bc6cb98e3e6d5749a6a974a53a1a1a754fc
tree6366d57b3416c2347aa68a2a82128d05de92b7b1
parent2095468d2cce73d1d3825cb953bd5114fffe73c8
aspeed/soc: set dma64 property for AST2700 ftgmac100

ASPEED AST2700 SOC is a 64 bits quad core CPUs (Cortex-a35)
And the base address of dram is "0x4 00000000" which
is 64bits address.

Set dma64 property for ftgmac100 model to support
64bits dram address DMA.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed_ast27x0.c