diff options
author | Bharat Bhushan <bharat.bhushan@nxp.com> | 2017-03-22 12:06:27 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-03-28 10:47:16 -0700 |
commit | 5344c7b7833dbaad7fe468e38b5b0e98ced6d888 (patch) | |
tree | d309ccf02d6eda7c1f5984d1bd8563492c083815 /include/configs/ls1043a_common.h | |
parent | a4954f9467fd720fc386ada6ec43833a85078cce (diff) | |
download | u-boot-5344c7b7833dbaad7fe468e38b5b0e98ced6d888.tar.gz |
arvm8: pcie-layerscape: Define stream-ids for Layerscape Chassis-2
Layerscape Chassis-2 have PCIe device, some platform devices and
DPAA1 devices which will use stream-ids for iommu level isolation
as they are behind SMMU.
This patch defines the stream-ids for Chassis-2 devices. DPAA1 is
reserved for future use.
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043a_common.h')
-rw-r--r-- | include/configs/ls1043a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 1c5b6021db..46d54a0f0d 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -13,6 +13,7 @@ #define CONFIG_MP #define CONFIG_GICV2 +#include <asm/arch/stream_id_lsch2.h> #include <asm/arch/config.h> /* Link Definitions */ |