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