diff mbox series

arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware

Message ID 20201121055603.582281-1-bjorn.andersson@linaro.org (mailing list archive)
State Accepted
Commit 036e11092599131a10e34150b5b855ea86ccc546
Headers show
Series arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware | expand

Commit Message

Bjorn Andersson Nov. 21, 2020, 5:56 a.m. UTC
Point the various remoteprocs of SM8150 MTP to a place with the platform
specific firmware.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Vinod Koul Nov. 24, 2020, 3:20 p.m. UTC | #1
On 20-11-20, 21:56, Bjorn Andersson wrote:
> Point the various remoteprocs of SM8150 MTP to a place with the platform
> specific firmware.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
patchwork-bot+linux-arm-msm@kernel.org Nov. 24, 2020, 3:40 p.m. UTC | #2
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Fri, 20 Nov 2020 21:56:03 -0800 you wrote:
> Point the various remoteprocs of SM8150 MTP to a place with the platform
> specific firmware.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)

Here is the summary with links:
  - arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware
    https://git.kernel.org/qcom/c/036e11092599

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
index 7a64a2ed78c3..3774f8e63416 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
@@ -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 {