diff options
author | Nipun Gupta | 2018-08-20 16:01:14 +0530 |
---|---|---|
committer | York Sun | 2018-09-27 08:55:05 -0700 |
commit | a78df40cbabe2cb96e0d2fc18a64759302f9e809 (patch) | |
tree | 06d91ae21a2104cece01196ad68509163971cecf /include/fsl-mc | |
parent | 1deae0c439550d1721aa14c40f49e38b7b1b4c9b (diff) |
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 <nipun.gupta@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/fsl-mc')
-rw-r--r-- | include/fsl-mc/fsl_mc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl-mc/fsl_mc.h b/include/fsl-mc/fsl_mc.h index 7f4859b004b..aef40d39114 100644 --- a/include/fsl-mc/fsl_mc.h +++ b/include/fsl-mc/fsl_mc.h @@ -51,6 +51,7 @@ struct mc_ccsr_registers { u32 reg_error[]; }; +void fdt_fsl_mc_fixup_iommu_map_entry(void *blob); int get_mc_boot_status(void); int get_dpl_apply_status(void); #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET |