[openwrt/openwrt] ipq806x: onhub: Enable adm_dma node
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 27 13:54:28 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1611c21ac60287c8c1b533118482d698c6495fbc
commit 1611c21ac60287c8c1b533118482d698c6495fbc
Author: Brian Norris <computersforpeace at gmail.com>
AuthorDate: Fri Aug 11 17:49:59 2023 -0700
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 at gmail.com>
---
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi
index 549c462026..5366105954 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi
@@ -288,6 +288,10 @@
};
};
+&adm_dma {
+ status = "okay";
+};
+
&gmac0 {
status = "okay";
phy-mode = "rgmii";
More information about the lede-commits
mailing list