diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2019-10-18 09:01:55 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-08 11:13:38 +0530 |
commit | 30449aea50ea7ad9ecc416d0b9d3293a6312dbba (patch) | |
tree | 48538f9520dbb117e6a208f85f9fa01f57c9db9e /board/freescale | |
parent | ab04dee542f6342d79460c2f6919c49caac89d2a (diff) | |
download | u-boot-30449aea50ea7ad9ecc416d0b9d3293a6312dbba.tar.gz u-boot-30449aea50ea7ad9ecc416d0b9d3293a6312dbba.tar.xz u-boot-30449aea50ea7ad9ecc416d0b9d3293a6312dbba.zip |
armv8: lx2160a: add icid setup for platform devices
Add ICID setup for the platform devices contained on this chip: usb,
sata, sdhc, sec.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: Horia Geanta <horia.geanta@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/lx2160a/lx2160a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c index b509c0312e..eff12747b4 100644 --- a/board/freescale/lx2160a/lx2160a.c +++ b/board/freescale/lx2160a/lx2160a.c @@ -27,6 +27,7 @@ #include "../common/qixis.h" #include "../common/vid.h" #include <fsl_immap.h> +#include <asm/arch-fsl-layerscape/fsl_icid.h> #ifdef CONFIG_EMC2305 #include "../common/emc2305.h" @@ -684,6 +685,7 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fsl_mc_fixup_iommu_map_entry(blob); fdt_fixup_board_enet(blob); #endif + fdt_fixup_icid(blob); return 0; } |