arm64: dts: rockchip: rk3588: Change tx/rx queue to 1 for gmac

Because to support half duplex, change the default queue to 1, otherwise
half duplex is not supported.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: Ice6c045dd70f8a41d44696b734ff4bccd511a4f0
This commit is contained in:
David Wu
2023-05-23 17:22:32 +08:00
parent a1cf510121
commit 26edc1f09c
2 changed files with 4 additions and 8 deletions

View File

@@ -777,15 +777,13 @@
};
gmac0_mtl_rx_setup: rx-queues-config {
snps,rx-queues-to-use = <2>;
snps,rx-queues-to-use = <1>;
queue0 {};
queue1 {};
};
gmac0_mtl_tx_setup: tx-queues-config {
snps,tx-queues-to-use = <2>;
snps,tx-queues-to-use = <1>;
queue0 {};
queue1 {};
};
};

View File

@@ -4836,15 +4836,13 @@
};
gmac1_mtl_rx_setup: rx-queues-config {
snps,rx-queues-to-use = <2>;
snps,rx-queues-to-use = <1>;
queue0 {};
queue1 {};
};
gmac1_mtl_tx_setup: tx-queues-config {
snps,tx-queues-to-use = <2>;
snps,tx-queues-to-use = <1>;
queue0 {};
queue1 {};
};
};