mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 18:55:00 +00:00
ipq806x: onhub: Enable adm_dma node
One of our SPI devices references this node, but we never enabled it. This clutters up probe deferral logs. (NB: this SPI device still doesn't have a real driver, so it's just here for documentation and/or tinkering.) Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
9ea5487ea5
commit
1611c21ac6
@ -288,6 +288,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&adm_dma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gmac0 {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user