All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region
@ 2022-11-18 11:37 Krzysztof Kozlowski
  2022-12-28  2:41 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-18 11:37 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region
  2022-11-18 11:37 [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region Krzysztof Kozlowski
@ 2022-12-28  2:41 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-12-28  2:41 UTC (permalink / raw
  To: Andy Gross, Rob Herring, linux-kernel, Konrad Dybcio,
	krzysztof.kozlowski, Krzysztof Kozlowski, devicetree,
	linux-arm-msm

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 <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-28  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 11:37 [PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region Krzysztof Kozlowski
2022-12-28  2:41 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.