Skip to content

Commit 7da0cef

Browse files
ARM: dts: adi: SC594-EZLITE/EZKIT remove tx/rx queue configs
Signed-off-by: Arturs Artamonovs <[email protected]>
1 parent b92ba73 commit 7da0cef

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

arch/arm/boot/dts/adi/sc594-som-ezkit.dts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -173,22 +173,6 @@
173173
pinctrl-0 = <&eth0_default>;
174174
status = "okay";
175175

176-
emac0txconfig: tx-config {
177-
snps,tx-queues-to-use = <3>;
178-
179-
queue0 {
180-
snps,dcb-algorithm;
181-
};
182-
183-
queue1 {
184-
snps,dcb-algorithm;
185-
};
186-
187-
queue2 {
188-
snps,dcb-algorithm;
189-
};
190-
};
191-
192176
mdio0 {
193177
compatible = "snps,dwmac-mdio";
194178
#address-cells = <1>;

arch/arm/boot/dts/adi/sc594-som-ezlite.dts

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -123,40 +123,6 @@
123123
pinctrl-names = "default";
124124
pinctrl-0 = <&eth0_default>;
125125
status = "okay";
126-
snps,mtl-rx-config = <&emac0rxconfig>;
127-
snps,mtl-tx-config = <&emac0txconfig>;
128-
129-
emac0txconfig: tx-config {
130-
snps,tx-queues-to-use = <3>;
131-
132-
queue0 {
133-
snps,dcb-algorithm;
134-
};
135-
136-
queue1 {
137-
snps,dcb-algorithm;
138-
};
139-
140-
queue2 {
141-
snps,dcb-algorithm;
142-
};
143-
};
144-
145-
emac0rxconfig: rx-config {
146-
snps,rx-queues-to-use = <1>;
147-
148-
queue0 {
149-
snps,dcb-algorithm;
150-
};
151-
152-
queue1 {
153-
snps,dcb-algorithm;
154-
};
155-
156-
queue2 {
157-
snps,dcb-algorithm;
158-
};
159-
};
160126

161127
mdio0 {
162128
compatible = "snps,dwmac-mdio";

0 commit comments

Comments
 (0)