From e2e821fb8f461bd21827c0fad7234d0b11aac694 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Thu, 23 May 2024 22:29:53 +0200 Subject: [PATCH] diwali-reserved-memory: Enlarge and move adsp reserved memory Change-Id: Ibe9b63f9460bc2876464925aac2a28744e0a6bf5 Signed-off-by: Jens Reidel --- qcom/diwali-reserved-memory.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qcom/diwali-reserved-memory.dtsi b/qcom/diwali-reserved-memory.dtsi index 1096c2c6..9515f4e3 100644 --- a/qcom/diwali-reserved-memory.dtsi +++ b/qcom/diwali-reserved-memory.dtsi @@ -79,11 +79,6 @@ reg = <0x0 0x86c00000 0x0 0x700000>; }; - adsp_mem: adsp_region@87300000 { - no-map; - reg = <0x0 0x87300000 0x0 0x2800000>; - }; - cdsp_mem: cdsp_region@89b00000 { no-map; reg = <0x0 0x89b00000 0x0 0x2000000>; @@ -119,6 +114,11 @@ reg = <0x0 0xa6b80000 0x0 0x280000>; }; + adsp_mem: adsp_region@9f300000 { + no-map; + reg = <0x0 0x9f300000 0x0 0x3100000>; + }; + xbl_sc_mem: xbl_sc_region@a6e00000 { no-map; reg = <0x0 0xa6e00000 0x0 0x40000>;