Skip to content

Commit

Permalink
ipq806x: onhub: Enable adm_dma node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
computersforpeace authored and hauke committed Aug 27, 2023
1 parent 9ea5487 commit 1611c21
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@
};
};

&adm_dma {
status = "okay";
};

&gmac0 {
status = "okay";
phy-mode = "rgmii";
Expand Down

0 comments on commit 1611c21

Please sign in to comment.