From c03702369fdf76032bc874dee792e5526de8fae6 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 12 Mar 2024 19:39:16 +0100 Subject: [PATCH] waipio: Enlarge and move adsp and xbl ramdump memory regions Change-Id: I58763a1dd197212e462af36f09f88446426399a3 --- qcom/waipio.dtsi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/qcom/waipio.dtsi b/qcom/waipio.dtsi index ec57aa87..a2853182 100644 --- a/qcom/waipio.dtsi +++ b/qcom/waipio.dtsi @@ -352,11 +352,6 @@ reg = <0x0 0x80600000 0x0 0x40000>; }; - xbl_ramdump_mem: xbl_ramdump_region@80640000 { - no-map; - reg = <0x0 0x80640000 0x0 0x1c0000>; - }; - aop_image_mem: aop_image_region@80800000 { no-map; reg = <0x0 0x80800000 0x0 0x60000>; @@ -410,11 +405,6 @@ reg = <0x0 0x85700000 0x0 0x700000>; }; - adsp_mem: adsp_region@85e00000 { - no-map; - reg = <0x0 0x85e00000 0x0 0x2100000>; - }; - slpi_mem: slpi_region@88000000 { no-map; reg = <0x0 0x88000000 0x0 0x1900000>; @@ -472,6 +462,16 @@ reg = <0x0 0x9f500000 0x0 0x800000>; }; + adsp_mem: adsp_region@9fd00000 { + no-map; + reg = <0x0 0x9fd00000 0x0 0x3100000>; + }; + + xbl_ramdump_mem: xbl_ramdump_region@a6b80000 { + no-map; + reg = <0x0 0xa6b80000 0x0 0x280000>; + }; + xbl_sc_mem: xbl_sc_region@a6e00000 { no-map; reg = <0x0 0xa6e00000 0x0 0x40000>;