diff options
author | Laurentiu Tudor | 2018-08-09 15:19:45 +0300 |
---|---|---|
committer | York Sun | 2018-08-10 10:35:29 -0700 |
commit | 703d18f7fe0186ef7e30820030d5e5edd7123f97 (patch) | |
tree | 180427e4600e843826f50eeec34c3e2bc0b7783b /arch | |
parent | 92d2e89c8c44a8f41d5f296e46c9cd6c9b34e4f8 (diff) |
armv8: fsl-layerscape: add missing debug stream ID
Add a define with a value for the missing debug stream ID.
Reviewed-by: Bharat Bhushan <bharat.bhushan@nxp.com>
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h b/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h index 61c6e533c6c..1b02d484d98 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h @@ -50,6 +50,7 @@ #define FSL_QDMA_STREAM_ID 7 #define FSL_EDMA_STREAM_ID 8 #define FSL_ETR_STREAM_ID 9 +#define FSL_DEBUG_STREAM_ID 10 /* PCI - programmed in PEXn_LUT */ #define FSL_PEX_STREAM_ID_START 11 |