Commit 8503babc authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8350: Drop standalone smem node

SM8350 is one of the last SoCs whose DTSI escaped the smem node
conversion. Use the newer memory-node binding instead of a memory *and*
smem node.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221219162618.873117-1-konrad.dybcio@linaro.org
parent 7438bb31
...@@ -415,8 +415,10 @@ reserved_xbl_uefi_log: memory@80880000 { ...@@ -415,8 +415,10 @@ reserved_xbl_uefi_log: memory@80880000 {
no-map; no-map;
}; };
smem_mem: memory@80900000 { smem@80900000 {
compatible = "qcom,smem";
reg = <0x0 0x80900000 0x0 0x200000>; reg = <0x0 0x80900000 0x0 0x200000>;
hwlocks = <&tcsr_mutex 3>;
no-map; no-map;
}; };
...@@ -525,12 +527,6 @@ removed_mem: memory@d8800000 { ...@@ -525,12 +527,6 @@ removed_mem: memory@d8800000 {
}; };
}; };
smem: qcom,smem {
compatible = "qcom,smem";
memory-region = <&smem_mem>;
hwlocks = <&tcsr_mutex 3>;
};
smp2p-adsp { smp2p-adsp {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";
qcom,smem = <443>, <429>; qcom,smem = <443>, <429>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment