mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
arm64: dts: qcom: qcm6490-idp: Enable various remoteprocs
Enable the ADSP, CDSP, MPSS and WPSS that are found on the SoC. Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> Link: https://lore.kernel.org/r/20240417120928.32344-2-quic_kbajaj@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
d2dbb1047e
commit
99a1c9eedf
|
|
@ -621,6 +621,26 @@ &qupv3_id_0 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_adsp {
|
||||
firmware-name = "qcom/qcm6490/adsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_cdsp {
|
||||
firmware-name = "qcom/qcm6490/cdsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_mpss {
|
||||
firmware-name = "qcom/qcm6490/modem.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_wpss {
|
||||
firmware-name = "qcom/qcm6490/wpss.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhc_1 {
|
||||
non-removable;
|
||||
no-sd;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user