diff mbox series

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

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

-- 
2.28.0

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>


-- 
~Vinod
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 {