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:
Brian Norris 2023-08-11 17:49:59 -07:00 committed by Hauke Mehrtens
parent 9ea5487ea5
commit 1611c21ac6

View File

@ -288,6 +288,10 @@
};
};
&adm_dma {
status = "okay";
};
&gmac0 {
status = "okay";
phy-mode = "rgmii";