ARM: dts: rockchip: make the empty node of gmac not empty for rv1126-thunder-boot

The significant nodes will be deleted with CONFIG_DTC_OMIT_EMPTY.
therefore make it not empty.

Change-Id: Id5febc54e9efe2d769a30b6ded96288a37239e90
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
Ziyuan Xu
2021-02-16 11:31:00 +08:00
parent 6d1700b91d
commit bd52755f73

View File

@@ -101,6 +101,18 @@
inactive;
};
&mtl_rx_setup {
queue0 {
status = "okay";
};
};
&mtl_tx_setup {
queue0 {
status = "okay";
};
};
&ramoops {
status = "disabled";
};