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
1 changed files with 4 additions and 0 deletions
|
@ -288,6 +288,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&adm_dma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gmac0 {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii";
|
||||
|
|
Loading…
Reference in a new issue