summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSandeep Singh <sandeep@freescale.com>2014-05-08 20:48:50 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-05-08 13:54:42 (GMT)
commitff58f18da5186b2f712a5980ee740333ffdb10b4 (patch)
tree2081bab4e0901978f54eb5d5f222039687751054 /arch
parent399a505014410abaf95e7d678c3427b8a6fc28d6 (diff)
downloadlinux-fsl-qoriq-ff58f18da5186b2f712a5980ee740333ffdb10b4.tar.xz
t2080rdb/dts: Removed two 10G from device tree
Linux supports maximum two 10G per FMAN. t2080rdb has four 10G ports. Removing two 10G from usdpaa device-tree till this gets fixed. Signed-off-by: Sandeep Singh <sandeep@freescale.com> Change-Id: I490684739bf7dea1978e0eba9be1a213dfb386fe Reviewed-on: http://git.am.freescale.net:8181/12049 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Vakul Garg <vakul@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/t2080rdb-usdpaa-shared-interfaces.dts26
-rw-r--r--arch/powerpc/boot/dts/t2080rdb-usdpaa.dts12
2 files changed, 7 insertions, 31 deletions
diff --git a/arch/powerpc/boot/dts/t2080rdb-usdpaa-shared-interfaces.dts b/arch/powerpc/boot/dts/t2080rdb-usdpaa-shared-interfaces.dts
index babce4d..a863833 100644
--- a/arch/powerpc/boot/dts/t2080rdb-usdpaa-shared-interfaces.dts
+++ b/arch/powerpc/boot/dts/t2080rdb-usdpaa-shared-interfaces.dts
@@ -91,23 +91,6 @@
};
fsl,dpaa {
- ethernet@0 {/* 10G */
- compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
- fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
- fsl,qman-frame-queues-rx = <0x90 1 0x91 1>;
- fsl,qman-frame-queues-tx = <0x98 1 0x99 1>;
- };
- /* ethernet@1 declared as shared MAC. USDPAA will seed buffers to
- * this buffer pool. The ethernet driver will initialize the RX default,
- * RX error, TX error, TX confirm and 8 TX Frame queues. On receiving frame
- * at this interface, the ethernet driver will do kmap_atomic/kunmap_atomic
- * for that frame. */
- ethernet@1 {/* 10G */
- compatible = "fsl,t2080-dpa-ethernet-shared", "fsl,dpa-ethernet-shared";
- fsl,bman-buffer-pools = <&bp17>;
- fsl,qman-frame-queues-rx = <0x92 1 0x93 1 0x2000 3>;
- fsl,qman-frame-queues-tx = <0 1 0 1 0x3000 8>;
- };
ethernet@2 {/* 1G */
compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
@@ -120,9 +103,14 @@
fsl,qman-frame-queues-rx = <0x56 1 0x57 1>;
fsl,qman-frame-queues-tx = <0x76 1 0x77 1>;
};
+ /* ethernet@8 declared as shared MAC. USDPAA will seed buffers to
+ * this buffer pool. The ethernet driver will initialize the RX default,
+ * RX error, TX error, TX confirm and 8 TX Frame queues. On receiving frame
+ * at this interface, the ethernet driver will do kmap_atomic/kunmap_atomic
+ * for that frame. */
ethernet@8 {/* 10G */
- compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
- fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
+ compatible = "fsl,t2080-dpa-ethernet-shared", "fsl,dpa-ethernet-shared";
+ fsl,bman-buffer-pools = <&bp17>;
fsl,qman-frame-queues-rx = <0x5c 1 0x5d 1>;
fsl,qman-frame-queues-tx = <0x7c 1 0x7d 1>;
};
diff --git a/arch/powerpc/boot/dts/t2080rdb-usdpaa.dts b/arch/powerpc/boot/dts/t2080rdb-usdpaa.dts
index c4dac2d..458889b 100644
--- a/arch/powerpc/boot/dts/t2080rdb-usdpaa.dts
+++ b/arch/powerpc/boot/dts/t2080rdb-usdpaa.dts
@@ -79,18 +79,6 @@
};
fsl,dpaa {
- ethernet@0 {/* 10G */
- compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
- fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
- fsl,qman-frame-queues-rx = <0x90 1 0x91 1>;
- fsl,qman-frame-queues-tx = <0x98 1 0x99 1>;
- };
- ethernet@1 {/* 10G */
- compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
- fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
- fsl,qman-frame-queues-rx = <0x92 1 0x93 1>;
- fsl,qman-frame-queues-tx = <0x9a 1 0x9b 1>;
- };
ethernet@2 {/* 1G */
compatible = "fsl,t2080-dpa-ethernet-init", "fsl,dpa-ethernet-init";
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;