Re: [PATCH v2 3/3] arm64: dts: qcom: sdm630: Add support for modem remoteproc

From: Alexey Minnekhanov
Date: Thu Jun 22 2023 - 07:05:18 EST


On 22.06.2023 09:22, Krzysztof Kozlowski wrote:
On 21/06/2023 19:50, Alexey Minnekhanov wrote:
Modem subsystem in SDM630/660 is similar to MSM8998 and
device tree node for it is based on the one from msm8998.dtsi.

Signed-off-by: Alexey Minnekhanov <alexeymin@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sdm630.dtsi | 65 ++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)


...
+
+ mba {
+ memory-region = <&mba_region>;
+ };
+
+ mpss {
+ memory-region = <&mpss_region>;
+ };

mba and mpss are deprecated. I think this was changed to memory-regions
in remoteproc node.


That's what I thought after reading DT bindings document, but none of closest siblings (msm8996.dtsi, msm8998.dtsi) use the new way.

Will change in V3.

--
Regards,
Alexey Minnekhanov