mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -101,6 +101,18 @@
|
||||
inactive;
|
||||
};
|
||||
|
||||
&mtl_rx_setup {
|
||||
queue0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&mtl_tx_setup {
|
||||
queue0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&ramoops {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user