Commit 254a7e3ff9cd782f3f1b8015d03c4de1645b2827

Authored by Nipun Gupta
Committed by Priyanka Jain
1 parent eb86dd5834

armv8: ls1028a: fix stream id allocation

When A-050382 errata is enabled, ECAM and EDMA have
conflicting stream id 40. This patch fixes the same.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
1 1 /* SPDX-License-Identifier: GPL-2.0+ */
2 2 /*
3   - * Copyright 2015-2020 NXP
  3 + * Copyright 2015-2021 NXP
4 4 * Copyright 2014 Freescale Semiconductor, Inc.
5 5 *
6 6 */
... ... @@ -103,7 +103,7 @@
103 103 #define FSL_DPAA2_STREAM_ID_END 63
104 104  
105 105 /* PCI IEPs, this overlaps DPAA2 but these two are exclusive at least for now */
106   -#define FSL_ECAM_STREAM_ID_START 32
  106 +#define FSL_ECAM_STREAM_ID_START 41
107 107 #define FSL_ECAM_STREAM_ID_END 63
108 108  
109 109 #define FSL_SEC_STREAM_ID 64