File tree Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Original file line number Diff line number Diff line change 173173 pinctrl-0 = <ð0_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>;
Original file line number Diff line number Diff line change 123123 pinctrl-names = "default";
124124 pinctrl-0 = <ð0_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";
You can’t perform that action at this time.
0 commit comments