ipq806x: onhub: Enable adm_dma node
authorBrian Norris <computersforpeace@gmail.com>
Sat, 12 Aug 2023 00:49:59 +0000 (17:49 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Aug 2023 20:47:02 +0000 (22:47 +0200)
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>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi

index 549c46202619b65696da3a4adf72ebf87ebf2c11..5366105954745dd8f5e2c5eb4905e1401732cd7b 100644 (file)
        };
 };
 
+&adm_dma {
+       status = "okay";
+};
+
 &gmac0 {
        status = "okay";
        phy-mode = "rgmii";