2022-11-18 12:11:48

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region

The MPSS PAS remoteproc bindings require memory-region. The MPSS PAS
device node is disabled, but schema still asks for it.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/qcom-sdx55-mtp.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-sdx55-mtp.dts b/arch/arm/boot/dts/qcom-sdx55-mtp.dts
index 9649c1e11311..6f8909731faf 100644
--- a/arch/arm/boot/dts/qcom-sdx55-mtp.dts
+++ b/arch/arm/boot/dts/qcom-sdx55-mtp.dts
@@ -229,6 +229,10 @@ nand@0 {
};
};

+&remoteproc_mpss {
+ memory-region = <&mpss_adsp_mem>;
+};
+
&usb {
status = "okay";
};
--
2.34.1



2022-12-28 03:47:16

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region

On Fri, 18 Nov 2022 12:37:47 +0100, Krzysztof Kozlowski wrote:
> The MPSS PAS remoteproc bindings require memory-region. The MPSS PAS
> device node is disabled, but schema still asks for it.
>
>

Applied, thanks!

[1/1] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region
commit: 3ddba3c2268c9539459008291ed816b46aa61e2f

Best regards,
--
Bjorn Andersson <[email protected]>