From a78df40cbabe2cb96e0d2fc18a64759302f9e809 Mon Sep 17 00:00:00 2001 From: Nipun Gupta Date: Mon, 20 Aug 2018 16:01:14 +0530 Subject: u-boot: fixup the iommu-map property of fsl-mc node The iommu-map property in the fsl-mc node is updated by valid stream-ids by u-boot. This patch is to fixup this property for LS208x and LS1088. Signed-off-by: Nipun Gupta Reviewed-by: York Sun --- board/freescale/ls1088a/ls1088a.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/freescale/ls1088a') diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index a0dab6fc2e..517a8ceed9 100644 --- a/board/freescale/ls1088a/ls1088a.c +++ b/board/freescale/ls1088a/ls1088a.c @@ -575,6 +575,8 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fixup_memory_banks(blob, base, size, CONFIG_NR_DRAM_BANKS); + fdt_fsl_mc_fixup_iommu_map_entry(blob); + fsl_fdt_fixup_flash(blob); #ifdef CONFIG_FSL_MC_ENET -- cgit v1.2.1