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:
David Wu
2022-04-27 21:13:11 +08:00
committed by Tao Huang
parent 319371ca08
commit fad85a74d2

View File

@@ -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";
};
};
};