diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2018-08-27 17:33:59 +0300 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 08:58:15 -0700 |
commit | dc29a4c1773f7cebacb91dd076bc4293eb065d48 (patch) | |
tree | 45b16fb02acf1b674b8feeb1cced01181ee72f1e /board/freescale/ls1043ardb | |
parent | 21310793566471758afb24ffb2ad9590f5773670 (diff) |
armv8: ls1043a: add icid setup support
Reuse the existing ICID setup code done for LS1046A smmu enablement
and add the equivalent setup for LS1043A chips.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1043ardb')
-rw-r--r-- | board/freescale/ls1043ardb/ls1043ardb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/ls1043ardb/ls1043ardb.c b/board/freescale/ls1043ardb/ls1043ardb.c index e7d8650d27..f31f0ec515 100644 --- a/board/freescale/ls1043ardb/ls1043ardb.c +++ b/board/freescale/ls1043ardb/ls1043ardb.c @@ -9,6 +9,7 @@ #include <asm/arch/clock.h> #include <asm/arch/fsl_serdes.h> #include <asm/arch/soc.h> +#include <asm/arch-fsl-layerscape/fsl_icid.h> #include <fdt_support.h> #include <hwconfig.h> #include <ahci.h> @@ -177,6 +178,8 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fixup_fman_ethernet(blob); #endif + fdt_fixup_icid(blob); + /* * qe-hdlc and usb multi-use the pins, * when set hwconfig to qe-hdlc, delete usb node. |