mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rv1106: Add status "okay" property at queue for gmac
The queue nodes will be deleted, the driver cannot get it, add status "okay" attributes to avoid deletion. Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: Ia0a62d14b3a769e6cc3a631389a54c1190d9d6e2
This commit is contained in:
@@ -1203,12 +1203,16 @@
|
||||
|
||||
mtl_rx_setup: rx-queues-config {
|
||||
snps,rx-queues-to-use = <1>;
|
||||
queue0 {};
|
||||
queue0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
mtl_tx_setup: tx-queues-config {
|
||||
snps,tx-queues-to-use = <1>;
|
||||
queue0 {};
|
||||
queue0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user