Message ID | 20201121055603.582281-1-bjorn.andersson@linaro.org |
---|---|
State | New |
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> -- ~Vinod
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(+) -- 2.28.0