summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts
diff options
context:
space:
mode:
authorMarian Chereji <marian.chereji@freescale.com>2014-02-14 10:49:52 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-02-18 21:52:13 (GMT)
commit36701fcc8da4ceb2f4867605561b6656b7463197 (patch)
treed2ea4b9716aec5ae1c28717f566b78378dd4e32d /drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts
parent36799161c3674455e27a772547fa60ea50fee0b6 (diff)
downloadlinux-fsl-qoriq-36701fcc8da4ceb2f4867605561b6656b7463197.tar.xz
dpa_offload: Sync B4860QDS offloading DTS files
Updated the B4860QDS DTS example files for DPA offloading applications to bring them to the version delivered with SDK 1.5. Change-Id: I07532902ce0024a00913b8d2c8de25e863b42bd7 Signed-off-by: Marian Chereji <marian.chereji@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/8834 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Radu-Andrei Bulie <Radu.Bulie@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts')
-rw-r--r--drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts38
1 files changed, 18 insertions, 20 deletions
diff --git a/drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts b/drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts
index 70717b5..621b52e 100644
--- a/drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts
+++ b/drivers/staging/fsl_dpa_offload/dts/b4860qds-usdpaa.dts
@@ -77,15 +77,13 @@
fsl,bpid = <12>;
fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
};
-
bp16: buffer-pool@16 {
- compatible = "fsl,b4860-bpool", "fsl,bpool";
- fsl,bpid = <16>;
- fsl,bpool-ethernet-cfg = <0 2048 0 1728 0 0>;
- fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
+ compatible = "fsl,b4860-bpool", "fsl,bpool";
+ fsl,bpid = <16>;
+ fsl,bpool-ethernet-cfg = <0 2048 0 1728 0 0>;
+ fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
};
-
fsl,dpaa {
ethernet@0 {
compatible = "fsl,b4860-dpa-ethernet-init", "fsl,dpa-ethernet-init";
@@ -130,14 +128,14 @@
* On receiving frame at this interface, the ethernet driver will do
* kmap_atomic/kunmap_atomic for that frame. */
ethernet@16 {
- compatible = "fsl,b4860-dpa-ethernet", "fsl,dpa-ethernet";
+ compatible = "fsl,b4860-dpa-ethernet-macless", "fsl,dpa-ethernet-macless";
fsl,bman-buffer-pools = <&bp16>;
fsl,qman-frame-queues-rx = <4000 8>;
fsl,qman-frame-queues-tx = <4008 8>;
local-mac-address = [00 11 22 33 44 55];
};
ethernet@17 {
- compatible = "fsl,b4860-dpa-ethernet", "fsl,dpa-ethernet";
+ compatible = "fsl,b4860-dpa-ethernet-macless", "fsl,dpa-ethernet-macless";
fsl,bman-buffer-pools = <&bp16>;
fsl,qman-frame-queues-rx = <5000 8>;
fsl,qman-frame-queues-tx = <5008 8>;
@@ -152,17 +150,17 @@
fsl,bman-buffer-pools = <&bp9>;
fsl,fman-oh-port = <&fman0_oh2>;
};
- dpa_fman0_oh3: dpa-fman0-oh@3 {
- compatible = "fsl,dpa-oh";
- fsl,qman-frame-queues-oh = <0x68 1 0x69 1>;
- fsl,bman-buffer-pools = <&bp9>;
- fsl,fman-oh-port = <&fman0_oh3>;
- };
- dpa_fman0_oh4: dpa-fman0-oh@4 {
- compatible = "fsl,dpa-oh";
- fsl,qman-frame-queues-oh = <0x70 1 0x71 1>;
- fsl,bman-buffer-pools = <&bp9>;
- fsl,fman-oh-port = <&fman0_oh4>;
- };
+ dpa_fman0_oh3: dpa-fman0-oh@3 {
+ compatible = "fsl,dpa-oh";
+ fsl,qman-frame-queues-oh = <0x68 1 0x69 1>;
+ fsl,bman-buffer-pools = <&bp9>;
+ fsl,fman-oh-port = <&fman0_oh3>;
+ };
+ dpa_fman0_oh4: dpa-fman0-oh@4 {
+ compatible = "fsl,dpa-oh";
+ fsl,qman-frame-queues-oh = <0x70 1 0x71 1>;
+ fsl,bman-buffer-pools = <&bp9>;
+ fsl,fman-oh-port = <&fman0_oh4>;
+ };
};
};