Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221118113747.56700-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
3ddba3c2 1b929c02

+4
+4
arch/arm/boot/dts/qcom-sdx55-mtp.dts
··· 229 229 }; 230 230 }; 231 231 232 + &remoteproc_mpss { 233 + memory-region = <&mpss_adsp_mem>; 234 + }; 235 + 232 236 &usb { 233 237 status = "okay"; 234 238 };