hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specific
commitaa6c6697bbab5130f962d227924cfe7f94cbee19
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 24 Oct 2023 16:24:14 +0000 (24 18:24 +0200)
committerCédric Le Goater <clg@kaod.org>
Wed, 25 Oct 2023 07:52:44 +0000 (25 09:52 +0200)
treeee61fecfbe5e1db8060e03a3c90c7f7bef1d20ab
parenta1508362398654f27193f42945e49ec8812175b6
hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specific

Keep aspeed_soc_class_init() generic, set the realize handler
to aspeed_ast2400_soc_realize() in each 2400/2500 class_init.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed_soc.c