[PATCH 3/3] arm64: dts: qcom: sm8550-mtp: enable adsp, cdsp & mdss

Neil Armstrong posted 3 patches 3 years, 4 months ago
There is a newer version of this series
[PATCH 3/3] arm64: dts: qcom: sm8550-mtp: enable adsp, cdsp & mdss
Posted by Neil Armstrong 3 years, 4 months ago
Add the aDSP, cDSP and MPSS firmware and "Devicetree" firmware paths
for the SM8550 MTP platform.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
index d4c8d5b2497e..be06e25409c3 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
@@ -376,6 +376,24 @@ &qupv3_id_0 {
 	status = "okay";
 };
 
+&remoteproc_adsp {
+	status = "okay";
+	firmware-name = "qcom/sm8550/adsp.mbn";
+	qcom,dtb-firmware-name = "qcom/sm8550/adsp_dtb.mbn";
+};
+
+&remoteproc_cdsp {
+	status = "okay";
+	firmware-name = "qcom/sm8550/cdsp.mbn";
+	qcom,dtb-firmware-name = "qcom/sm8550/cdsp_dtb.mbn";
+};
+
+&remoteproc_mpss {
+	status = "okay";
+	firmware-name = "qcom/sm8550/modem.mbn";
+	qcom,dtb-firmware-name = "qcom/sm8550/modem_dtb.mbn";
+};
+
 &sdhc_2 {
 	status = "okay";
 

-- 
b4 0.10.1
Re: [PATCH 3/3] arm64: dts: qcom: sm8550-mtp: enable adsp, cdsp & mdss
Posted by Konrad Dybcio 3 years, 4 months ago

On 16/11/2022 11:43, Neil Armstrong wrote:
> Add the aDSP, cDSP and MPSS firmware and "Devicetree" firmware paths
> for the SM8550 MTP platform.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>   arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
> index d4c8d5b2497e..be06e25409c3 100644
> --- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
> +++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
> @@ -376,6 +376,24 @@ &qupv3_id_0 {
>   	status = "okay";
>   };
>   
> +&remoteproc_adsp {
> +	status = "okay";
> +	firmware-name = "qcom/sm8550/adsp.mbn";
> +	qcom,dtb-firmware-name = "qcom/sm8550/adsp_dtb.mbn";
status should go last. I missed that in the review of the patchset 
introducing this DTS, please fix it over there as well.

Konrad
> +};
> +
> +&remoteproc_cdsp {
> +	status = "okay";
> +	firmware-name = "qcom/sm8550/cdsp.mbn";
> +	qcom,dtb-firmware-name = "qcom/sm8550/cdsp_dtb.mbn";
> +};
> +
> +&remoteproc_mpss {
> +	status = "okay";
> +	firmware-name = "qcom/sm8550/modem.mbn";
> +	qcom,dtb-firmware-name = "qcom/sm8550/modem_dtb.mbn";
> +};
> +
>   &sdhc_2 {
>   	status = "okay";
>   
>