[openwrt/openwrt] ipq40xx: ncp-hg100-cellular: drop QPIC BAM node

LEDE Commits lede-commits at lists.infradead.org
Thu May 9 01:11:54 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7359362a2e300cd84dfc60e71b988cb957b5be76

commit 7359362a2e300cd84dfc60e71b988cb957b5be76
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue May 7 13:46:06 2024 +0200

    ipq40xx: ncp-hg100-cellular: drop QPIC BAM node
    
    This device does not have NAND enabled at all and NAND is the only consumer
    of QPIC BAM DMA, so drop the node.
    
    Link: https://github.com/openwrt/openwrt/pull/15415
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts        | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts
index a23654e4c8..e115c211aa 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts
@@ -56,10 +56,6 @@
 			reg = <0x1957000 0x100>;
 			qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
 		};
-
-		dma at 7984000 {
-			status = "okay";
-		};
 	};
 
 	keys-repeat {




More information about the lede-commits mailing list