mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
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
This commit is contained in:
committed by
Bjorn Andersson
parent
fe6fd26aed
commit
a2ad207c41
@@ -150,6 +150,16 @@
|
|||||||
status = "okay";
|
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 {
|
&rpm_requests {
|
||||||
regulators-0 {
|
regulators-0 {
|
||||||
compatible = "qcom,rpm-pm6125-regulators";
|
compatible = "qcom,rpm-pm6125-regulators";
|
||||||
|
|||||||
Reference in New Issue
Block a user