summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@freescale.com>2015-07-02 11:29:02 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:37 -0700
commit39da644ea86beb8786c09bd536a184a8642c9e10 (patch)
tree30b42edf7caa94bad49473fcc0a82607b352aaff /drivers/net
parent2b7c4a19835dab608bbd8662a60b03aa0f37a423 (diff)
downloadtalos-obmc-uboot-39da644ea86beb8786c09bd536a184a8642c9e10.tar.gz
talos-obmc-uboot-39da644ea86beb8786c09bd536a184a8642c9e10.zip
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 'drivers/net')
-rw-r--r--drivers/net/fsl-mc/mc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fsl-mc/mc.c b/drivers/net/fsl-mc/mc.c
index b2babfbdc7..8e26fa432a 100644
--- a/drivers/net/fsl-mc/mc.c
+++ b/drivers/net/fsl-mc/mc.c
@@ -474,7 +474,7 @@ int mc_init(void)
out_le32(&mc_ccsr_regs->reg_mcfbalr, reg_mcfbalr);
out_le32(&mc_ccsr_regs->reg_mcfbahr,
(u32)(mc_ram_aligned_base_addr >> 32));
- out_le32(&mc_ccsr_regs->reg_mcfapr, MCFAPR_BYPASS_ICID_MASK);
+ out_le32(&mc_ccsr_regs->reg_mcfapr, FSL_BYPASS_AMQ);
/*
* Tell the MC that we want delayed DPL deployment.
OpenPOWER on IntegriCloud