mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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 {};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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 {};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user