diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-14 11:59:13 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-06 11:05:30 -0600 |
commit | a2ad207c412ba2a5ae118d660789897d85d569e0 (patch) | |
tree | 5b0e7dc65e3c2d49cd50caffef97900f9323cfd5 /arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts | |
parent | fe6fd26aeddf99885b43807a92a7e0d44398b7b5 (diff) | |
download | linux-a2ad207c412ba2a5ae118d660789897d85d569e0.tar.bz2 |
arm64: dts: qcom: sm6375-pdx225: Enable ADSP & CDSP
Enable the newly added remote processors and assign them a firmware
path.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221114105913.37044-4-konrad.dybcio@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts b/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts index 5d4fc17e2fc4..b691c3834b6b 100644 --- a/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts +++ b/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts @@ -150,6 +150,16 @@ status = "okay"; }; +&remoteproc_adsp { + firmware-name = "qcom/Sony/murray/adsp.mbn"; + status = "okay"; +}; + +&remoteproc_cdsp { + firmware-name = "qcom/Sony/murray/cdsp.mbn"; + status = "okay"; +}; + &rpm_requests { regulators-0 { compatible = "qcom,rpm-pm6125-regulators"; |