diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-11-18 12:37:47 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-27 13:35:34 -0600 |
commit | 3ddba3c2268c9539459008291ed816b46aa61e2f (patch) | |
tree | cff117be0c778ffc74f8b8bf5a66ef77084a677c | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
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]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx55-mtp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ }; }; +&remoteproc_mpss { + memory-region = <&mpss_adsp_mem>; +}; + &usb { status = "okay"; }; |