Skip to content

Commit e796887

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8mp: Remove 'snps,rx-sched-sp'
According to nxp,dwmac-imx.yaml, 'snps,rx-sched-sp' is not a valid property. Remove it from the imx8mp board devicetree files to avoid dt-schema warnings: ... 'snps,tx-sched-sp' does not match any of the regexes Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 9db27bc commit e796887

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171

7272
mtl_rx_setup: rx-queues-config {
7373
snps,rx-queues-to-use = <5>;
74-
snps,rx-sched-sp;
7574

7675
queue0 {
7776
snps,dcb-algorithm;
@@ -106,7 +105,6 @@
106105

107106
mtl_tx_setup: tx-queues-config {
108107
snps,tx-queues-to-use = <5>;
109-
snps,tx-sched-sp;
110108

111109
queue0 {
112110
snps,dcb-algorithm;

arch/arm64/boot/dts/freescale/imx8mp-evk.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@
307307

308308
mtl_tx_setup: tx-queues-config {
309309
snps,tx-queues-to-use = <5>;
310-
snps,tx-sched-sp;
311310

312311
queue0 {
313312
snps,dcb-algorithm;

arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@
241241

242242
mtl_rx_setup: rx-queues-config {
243243
snps,rx-queues-to-use = <5>;
244-
snps,rx-sched-sp;
245244

246245
queue0 {
247246
snps,dcb-algorithm;
@@ -276,7 +275,6 @@
276275

277276
mtl_tx_setup: tx-queues-config {
278277
snps,tx-queues-to-use = <5>;
279-
snps,tx-sched-sp;
280278

281279
queue0 {
282280
snps,dcb-algorithm;

0 commit comments

Comments
 (0)