Message ID | 20201121055603.582281-1-bjorn.andersson@linaro.org |
---|---|
State | Accepted |
Commit | 036e11092599131a10e34150b5b855ea86ccc546 |
Headers | show |
Series | arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware | expand |
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>
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 --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 {
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(+)