From dfffb60efb8b5d69283296d2a143b16e377456b0 Mon Sep 17 00:00:00 2001 From: Vishal Miskin Date: Thu, 9 Mar 2023 10:21:58 +0530 Subject: [PATCH] ARM: dts: qcom: Move cnss_wlan_mem dt node to anorak Move cnss_wlan_mem dt node to anorak Change-Id: I670bfab340d049a3fa787164db287bc7bbfefaa8 CRs-Fixed: 3428801 --- qcom/anorak-reserved-memory.dtsi | 9 --------- qcom/anorak.dtsi | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/qcom/anorak-reserved-memory.dtsi b/qcom/anorak-reserved-memory.dtsi index 0abd4e6d..51cb728e 100644 --- a/qcom/anorak-reserved-memory.dtsi +++ b/qcom/anorak-reserved-memory.dtsi @@ -193,13 +193,4 @@ no-map; reg = <0x0 0xfd000000 0x0 0x2800000>; }; - - cnss_wlan_mem: cnss_wlan_region { - compatible = "shared-dma-pool"; - alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; - reusable; - alignment = <0x0 0x400000>; - size = <0x0 0x2000000>; - }; - }; diff --git a/qcom/anorak.dtsi b/qcom/anorak.dtsi index 73e18cce..bbeae52e 100644 --- a/qcom/anorak.dtsi +++ b/qcom/anorak.dtsi @@ -384,6 +384,14 @@ size = <0x0 0xa400000>; alignment = <0x0 0x400000>; }; + + cnss_wlan_mem: cnss_wlan_region { + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; + reusable; + alignment = <0x0 0x400000>; + size = <0x0 0x2000000>; + }; }; &firmware {