Skip to content

Commit 39e0f80

Browse files
Konrad Dybcioandersson
authored andcommitted
arm64: dts: qcom: sdm845-tama: Enable remoteprocs
Enable ADSP, CDSP and Venus. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230313-topic-tama_disp-v3-4-2b1567c039d7@linaro.org
1 parent 1d99fee commit 39e0f80

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
};
9999
};
100100

101+
&adsp_pas {
102+
firmware-name = "qcom/sdm845/Sony/tama/adsp.mbn";
103+
status = "okay";
104+
};
105+
101106
&apps_rsc {
102107
regulators-0 {
103108
compatible = "qcom,pm8998-rpmh-regulators";
@@ -358,6 +363,11 @@
358363
};
359364
};
360365

366+
&cdsp_pas {
367+
firmware-name = "qcom/sdm845/Sony/tama/cdsp.mbn";
368+
status = "okay";
369+
};
370+
361371
&dsi0 {
362372
vdda-supply = <&vreg_l26a_1p2>;
363373
status = "okay";
@@ -659,3 +669,8 @@
659669
vdda-pll-supply = <&vreg_l12a_1p8>;
660670
vdda-phy-dpdm-supply = <&vreg_l24a_3p1>;
661671
};
672+
673+
&venus {
674+
firmware-name = "qcom/sdm845/Sony/tama/venus.mbn";
675+
status = "okay";
676+
};

0 commit comments

Comments
 (0)