[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190306175120.22544-1-bjorn.andersson@linaro.org>
Date: Wed, 6 Mar 2019 09:51:20 -0800
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Andy Gross <andy.gross@...aro.org>,
David Brown <david.brown@...aro.org>
Cc: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arm64: dts: qcom: qcs404: Update memory map to v3
Update the reserved-memory map to version 3, to adjust to changes in the
remoteprocs.
Signed-off-by: Bjorn Andersson <bjorn.andersson@...aro.org>
---
arch/arm64/boot/dts/qcom/qcs404.dtsi | 30 ++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi
index d6a91c31986a..298a6053c3e0 100644
--- a/arch/arm64/boot/dts/qcom/qcs404.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi
@@ -179,8 +179,13 @@
#size-cells = <2>;
ranges;
- memory@...00000 {
- reg = <0 0x85600000 0 0x90000>;
+ tz_apps_mem: memory@...00000 {
+ reg = <0 0x85900000 0 0x500000>;
+ no-map;
+ };
+
+ xbl_mem: memory@...00000 {
+ reg = <0 0x85e00000 0 0x100000>;
no-map;
};
@@ -189,28 +194,33 @@
no-map;
};
- memory@...00000 {
+ tz_mem: memory@...00000 {
reg = <0 0x86100000 0 0x300000>;
no-map;
};
wlan_fw_mem: memory@...00000 {
- reg = <0 0x86400000 0 0x1c00000>;
+ reg = <0 0x86400000 0 0x1100000>;
+ no-map;
+ };
+
+ adsp_fw_mem: memory@...00000 {
+ reg = <0 0x87500000 0 0x1a00000>;
no-map;
};
- adsp_fw_mem: memory@...00000 {
- reg = <0 0x88000000 0 0x1a00000>;
+ cdsp_fw_mem: memory@...00000 {
+ reg = <0 0x88f00000 0 0x600000>;
no-map;
};
- cdsp_fw_mem: memory@...00000 {
- reg = <0 0x89a00000 0 0x600000>;
+ wlan_msa_mem: memory@...00000 {
+ reg = <0 0x89500000 0 0x100000>;
no-map;
};
- wlan_msa_mem: memory@...00000 {
- reg = <0 0x8a000000 0 0x100000>;
+ uefi_mem: memory@...00000 {
+ reg = <0 0x9f800000 0 0x800000>;
no-map;
};
};
--
2.18.0
Powered by blists - more mailing lists