From: Nipun Gupta Date: Tue, 12 Jan 2021 13:12:46 +0000 (+0530) Subject: armv8: ls1028a: fix stream id allocation X-Git-Tag: v2021.10~325^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dbc47c9e5351227c1cad36df77eefe9aeb6c555;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Laurentiu Tudor Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h b/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h index 36f3669..b36b6d38 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright 2015-2020 NXP + * Copyright 2015-2021 NXP * Copyright 2014 Freescale Semiconductor, Inc. * */ @@ -103,7 +103,7 @@ #define FSL_DPAA2_STREAM_ID_END 63 /* PCI IEPs, this overlaps DPAA2 but these two are exclusive at least for now */ -#define FSL_ECAM_STREAM_ID_START 32 +#define FSL_ECAM_STREAM_ID_START 41 #define FSL_ECAM_STREAM_ID_END 63 #define FSL_SEC_STREAM_ID 64