summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuldip Giroh <kuldip.giroh@freescale.com>2013-06-04 08:39:14 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-06-04 21:58:17 (GMT)
commitd2d9cd6ed91fc6422315e055becef81d3c4b24b7 (patch)
treefced40f8b84436c5ffbd1c114178ad27e2b53622
parent2bc711991745c862fdd405df2dcc7f89285f51e7 (diff)
downloadlinux-fsl-qoriq-d2d9cd6ed91fc6422315e055becef81d3c4b24b7.tar.xz
Update RX default queue FQID for shared mac in T4/B4 device trees
- RX default FQID must match with the queue base in default distribution in the policy file. - RX error queue FQIDs are also updated for shared mac node. Signed-off-by: Kuldip Giroh <kuldip.giroh@freescale.com> Change-Id: I85231f2b04203bdf6cdc5b37945db6314077ab68 Reviewed-on: http://git.am.freescale.net:8181/2837 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Garg Vakul-B16394 <vakul@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
-rw-r--r--arch/powerpc/boot/dts/b4860qds-usdpaa-shared-interfaces.dts2
-rw-r--r--arch/powerpc/boot/dts/t4240qds-usdpaa-shared-interfaces.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/b4860qds-usdpaa-shared-interfaces.dts b/arch/powerpc/boot/dts/b4860qds-usdpaa-shared-interfaces.dts
index 3d72e30..cf4a46f 100644
--- a/arch/powerpc/boot/dts/b4860qds-usdpaa-shared-interfaces.dts
+++ b/arch/powerpc/boot/dts/b4860qds-usdpaa-shared-interfaces.dts
@@ -142,7 +142,7 @@
ethernet@9 {
compatible = "fsl,b4860-dpa-ethernet", "fsl,dpa-ethernet";
fsl,bman-buffer-pools = <&bp17>;
- fsl,qman-frame-queues-rx = <0x66 1 0x67 1 0x2000 3>;
+ fsl,qman-frame-queues-rx = <0x5e 1 0x5f 1 0x2000 3>;
fsl,qman-frame-queues-tx = <0 1 0 1 0x3000 8>;
};
diff --git a/arch/powerpc/boot/dts/t4240qds-usdpaa-shared-interfaces.dts b/arch/powerpc/boot/dts/t4240qds-usdpaa-shared-interfaces.dts
index 6233913..17c2b58 100644
--- a/arch/powerpc/boot/dts/t4240qds-usdpaa-shared-interfaces.dts
+++ b/arch/powerpc/boot/dts/t4240qds-usdpaa-shared-interfaces.dts
@@ -129,7 +129,7 @@
ethernet@15 {
compatible = "fsl,t4240-dpa-ethernet", "fsl,dpa-ethernet";
fsl,bman-buffer-pools = <&bp17>;
- fsl,qman-frame-queues-rx = <0x66 1 0x67 1 0x2000 3>;
+ fsl,qman-frame-queues-rx = <0x6e 1 0x6f 1 0x2000 3>;
fsl,qman-frame-queues-tx = <0 1 0 1 0x3000 8>;
};
/* ethernet@16 declared as MAC-less interface with no "fsl,fman-mac" property.