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
This commit is contained in:
Krzysztof Kozlowski 2022-11-18 12:37:47 +01:00 committed by Bjorn Andersson
parent 1b929c02af
commit 3ddba3c226

View File

@ -229,6 +229,10 @@ nand@0 {
};
};
&remoteproc_mpss {
memory-region = <&mpss_adsp_mem>;
};
&usb {
status = "okay";
};