diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2019-10-18 09:01:54 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-08 11:13:38 +0530 |
commit | e33938acc93eb961e9ae2be060fb43553128c709 (patch) | |
tree | 02450636aa32eb38f019f4a80d344a21fd4e680c /board/freescale/ls2080aqds | |
parent | 5047781e993d5a17bc83a01f66937cc7816d3b31 (diff) | |
download | u-boot-e33938acc93eb961e9ae2be060fb43553128c709.tar.gz u-boot-e33938acc93eb961e9ae2be060fb43553128c709.tar.bz2 u-boot-e33938acc93eb961e9ae2be060fb43553128c709.zip |
armv8: ls2088a: 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/ls2080aqds')
-rw-r--r-- | board/freescale/ls2080aqds/ls2080aqds.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/ls2080aqds/ls2080aqds.c b/board/freescale/ls2080aqds/ls2080aqds.c index 91c80353ed..25e80c8ac6 100644 --- a/board/freescale/ls2080aqds/ls2080aqds.c +++ b/board/freescale/ls2080aqds/ls2080aqds.c @@ -20,6 +20,7 @@ #include <hwconfig.h> #include <fsl_sec.h> #include <asm/arch/ppa.h> +#include <asm/arch-fsl-layerscape/fsl_icid.h> #include "../common/qixis.h" @@ -358,6 +359,8 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fixup_board_enet(blob); #endif + fdt_fixup_icid(blob); + return 0; } #endif |