diff options
author | Stuart Yoder <stuart.yoder@freescale.com> | 2015-07-02 11:29:02 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-20 11:44:37 -0700 |
commit | 39da644ea86beb8786c09bd536a184a8642c9e10 (patch) | |
tree | 30b42edf7caa94bad49473fcc0a82607b352aaff /include/configs | |
parent | 2b7c4a19835dab608bbd8662a60b03aa0f37a423 (diff) | |
download | u-boot-imx-39da644ea86beb8786c09bd536a184a8642c9e10.zip u-boot-imx-39da644ea86beb8786c09bd536a184a8642c9e10.tar.gz u-boot-imx-39da644ea86beb8786c09bd536a184a8642c9e10.tar.bz2 |
armv8/fsl-lsch3: partition stream IDs
Stream IDs on ls2085a devices are not hardwired and are
programmed by sw. There are a limited number of stream IDs
available, and the partitioning of them is scenario dependent.
This header defines the partitioning between legacy, PCI,
and DPAA2 devices.
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls2085a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 951410d..60e5532 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -19,6 +19,7 @@ #define CONFIG_ARM_ERRATA_828024 #define CONFIG_ARM_ERRATA_826974 +#include <asm/arch-fsl-lsch3/ls2085a_stream_id.h> #include <asm/arch-fsl-lsch3/config.h> #if (defined(CONFIG_SYS_FSL_SRDS_1) || defined(CONFIG_SYS_FSL_SRDS_2)) #define CONFIG_SYS_HAS_SERDES |