ARM: dts: rockchip: rk3506: Add status "okay" property at queue for gmac

The queue nodes will be deleted if
CONFIG_DTC_OMIT_EMPTY=y, the driver cannot get it, add
status "okay" attributes to avoid deletion.

Change-Id: I5405c85d549289572807a6387fda00f074d7b1aa
Signed-off-by: Zain Wang <wzz@rock-chips.com>
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
Zain Wang
2024-07-22 15:06:07 +08:00
committed by Tao Huang
parent f1ee82e238
commit 8caaab4b83

View File

@@ -973,12 +973,16 @@
gmac0_mtl_rx_setup: rx-queues-config {
snps,rx-queues-to-use = <1>;
queue0 {};
queue0 {
status = "okay";
};
};
gmac0_mtl_tx_setup: tx-queues-config {
snps,tx-queues-to-use = <1>;
queue0 {};
queue0 {
status = "okay";
};
};
};
@@ -1020,12 +1024,16 @@
gmac1_mtl_rx_setup: rx-queues-config {
snps,rx-queues-to-use = <1>;
queue0 {};
queue0 {
status = "okay";
};
};
gmac1_mtl_tx_setup: tx-queues-config {
snps,tx-queues-to-use = <1>;
queue0 {};
queue0 {
status = "okay";
};
};
};