Re: [PATCH 2/4] arm64: dts: qcom: sm8750: Add Modem / MPSS

From: Konrad Dybcio
Date: Thu Dec 05 2024 - 12:34:24 EST


On 22.11.2024 4:26 PM, Krzysztof Kozlowski wrote:
> Add nodes for the MPSS and its SMP2P. These are compatible with earlier
> SM8650 with difference in lack of fifth memory region for Qlink Logging.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---

[...]

> +
> + remoteproc_mpss: remoteproc@4080000 {
> + compatible = "qcom,sm8750-mpss-pas";
> + reg = <0x0 0x04080000 0x0 0x4040>;

This also seems to be 0x100000-long

Konrad