From 8d5ab38f2e200b0075bb140314d370d27c012a27 Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Tue, 21 Jun 2022 12:17:27 -0700 Subject: [PATCH] ARM: dts: msm: Updates for Kalama v9 memory map Update kalama.dtsi based on the Kalama v9 memory map. Change-Id: I08a1b46310370191e8b45f4786d3a934a7443ac0 --- qcom/kalama.dtsi | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qcom/kalama.dtsi b/qcom/kalama.dtsi index e2df963a..a3bf22b7 100644 --- a/qcom/kalama.dtsi +++ b/qcom/kalama.dtsi @@ -406,7 +406,7 @@ mpss_mem: mpss_region@89800000 { no-map; - reg = <0x0 0x89800000 0x0 0x11800000>; + reg = <0x0 0x8a800000 0x0 0x10800000>; }; q6_mpss_dtb_mem: q6_mpss_dtb_region@9b000000 { @@ -512,12 +512,12 @@ ta_mem: ta_region@d8800000 { no-map; - reg = <0x0 0xd8800000 0x0 0x8a00000>; + reg = <0x0 0xd8800000 0x0 0x7400000>; }; tz_tags_mem: tz_tags_region@e1200000 { no-map; - reg = <0x0 0xe1200000 0x0 0x2740000>; + reg = <0x0 0xdfc00000 0x0 0x2140000>; }; hwfence_shbuf: hwfence-shmem { @@ -525,36 +525,36 @@ reg = <0x0 0xe6440000 0x0 0x279000>; }; - trust_ui_vm_mem: trust_ui_vm_region@f3600000 { + trust_ui_vm_mem: trust_ui_vm_region@f3800000 { no-map; - reg = <0x0 0xf3600000 0x0 0x4aee000>; + reg = <0x0 0xf3800000 0x0 0x4aee000>; }; - trust_ui_vm_dump: trust_ui_vm_dump@0xf80ee000 { + trust_ui_vm_dump: trust_ui_vm_dump@0xf82ee000 { no-map; - reg = <0x0 0xf80ee000 0x0 0x1000>; + reg = <0x0 0xf82ee000 0x0 0x1000>; }; - trust_ui_vm_qrtr: trust_ui_vm_qrtr@0xf80ef000 { + trust_ui_vm_qrtr: trust_ui_vm_qrtr@0xf82ef000 { no-map; - reg = <0x0 0xf80ef000 0x0 0x9000>; + reg = <0x0 0xf82ef000 0x0 0x9000>; }; - trust_ui_vm_vblk0_ring: trust_ui_vm_vblk0_ring@0xf80f8000 { + trust_ui_vm_vblk0_ring: trust_ui_vm_vblk0_ring@0xf82f8000 { no-map; - reg = <0x0 0xf80f8000 0x0 0x4000>; + reg = <0x0 0xf82f8000 0x0 0x4000>; gunyah-label = <0x11>; //for persist.img }; - trust_ui_vm_vblk1_ring: trust_ui_vm_vblk1_ring@0xf80fc000 { + trust_ui_vm_vblk1_ring: trust_ui_vm_vblk1_ring@0xf82fc000 { no-map; - reg = <0x0 0xf80fc000 0x0 0x4000>; + reg = <0x0 0xf82fc000 0x0 0x4000>; gunyah-label = <0x10>; //for system.img }; - trust_ui_vm_swiotlb: trust_ui_vm_swiotlb@0xf8100000 { + trust_ui_vm_swiotlb: trust_ui_vm_swiotlb@0xf8300000 { no-map; - reg = <0x0 0xf8100000 0x0 0x100000>; + reg = <0x0 0xf8300000 0x0 0x100000>; gunyah-label = <0x12>; }; @@ -3190,8 +3190,8 @@ &tlmm 57 0 &tlmm 58 0 &tlmm 59 0 &tlmm 13 0 &tlmm 48 0>; }; - trust_ui_vm: qcom,trust_ui_vm@f80f8000 { - reg = <0xf80f8000 0x108000>; + trust_ui_vm: qcom,trust_ui_vm@0xf82f8000 { + reg = <0xf82f8000 0x108000>; vm_name = "trustedvm"; shared-buffers = <&trust_ui_vm_vblk0_ring &trust_ui_vm_vblk1_ring &trust_ui_vm_swiotlb>; };