diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2023-12-08 16:08:00 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-17 14:11:27 -0600 |
commit | 5037ca35ce42a962ea1b03895effd632a516b3b7 (patch) | |
tree | 50c44b6a5bef628a2968b1f8a9b829414fc77839 /arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | |
parent | 6615713c10c974d13a13297e95acd304e419dfba (diff) | |
download | linux-stable-5037ca35ce42a962ea1b03895effd632a516b3b7.tar.gz linux-stable-5037ca35ce42a962ea1b03895effd632a516b3b7.tar.bz2 linux-stable-5037ca35ce42a962ea1b03895effd632a516b3b7.zip |
arm64: dts: qcom: sc7280*: move MPSS and WPSS memory to dtsi
It appears that all SC7280-based devices so far have mpss_mem and
wpss_mem on the same reg with the same size.
Also these memory regions are referenced already in sc7280.dtsi so
that's where they should also be defined.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-4-6aa394d33edf@fairphone.com
[bjorn: delete-node &wpss_mem in qcs6490 rb3gen2, and qcm6490 idp]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi b/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi index 854a16e018ef..c4d00a81da39 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi @@ -36,11 +36,6 @@ reg = <0x0 0x8b200000 0x0 0x500000>; no-map; }; - - wpss_mem: memory@9ae00000 { - reg = <0x0 0x9ae00000 0x0 0x1900000>; - no-map; - }; }; }; |