]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: freescale: ls1088a: declare MC reserved regions
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Wed, 27 Sep 2023 15:30:49 +0000 (18:30 +0300)
committerPeng Fan <peng.fan@nxp.com>
Tue, 10 Oct 2023 02:13:33 +0000 (10:13 +0800)
Populate the device tree with the MC reserved memory regions.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/ls1088a/ls1088a.c

index 72126bd93ac9d77464b32842afeb3103d0378cb7..98a91c48adb0370c5e1fd4d6faaf8c7a4da5c52d 100644 (file)
@@ -984,6 +984,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
 
 #ifdef CONFIG_FSL_MC_ENET
        fdt_fixup_board_enet(blob);
+       fdt_reserve_mc_mem(blob, 0x300);
 #endif
 
        fdt_fixup_icid(blob);