mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 22:50:54 -04:00
arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware
Point the various remoteprocs of SM8150 MTP to a place with the platform specific firmware. Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20201121055603.582281-1-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
@@ -369,14 +369,22 @@ resin {
|
||||
|
||||
&remoteproc_adsp {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sm8150/adsp.mdt";
|
||||
};
|
||||
|
||||
&remoteproc_cdsp {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sm8150/cdsp.mdt";
|
||||
};
|
||||
|
||||
&remoteproc_mpss {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sm8150/modem.mdt";
|
||||
};
|
||||
|
||||
&remoteproc_slpi {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sm8150/slpi.mdt";
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
|
||||
Reference in New Issue
Block a user